mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 13:52:15 +01:00
reversed change, throwing runtimer error
This commit is contained in:
parent
c31cbefa26
commit
d1ecf25388
1 changed files with 2 additions and 4 deletions
|
|
@ -136,10 +136,8 @@ class SubmitDependentImageSequenceJobDeadline(pyblish.api.InstancePlugin):
|
|||
# Get a submission job
|
||||
job = instance.data.get("deadlineSubmissionJob")
|
||||
if not job:
|
||||
self.log.warning("Can't continue without valid deadline "
|
||||
"submission prior to this plug-in.")
|
||||
self.log.info("Skipping Publish Job")
|
||||
return
|
||||
raise RuntimeError("Can't continue without valid deadline "
|
||||
"submission prior to this plug-in.")
|
||||
|
||||
data = instance.data.copy()
|
||||
subset = data["subset"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue