mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-27 14:22:37 +01:00
reverting unwanted change
This commit is contained in:
parent
ccf36bffb3
commit
be668ac27a
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ class SubmitDependentImageSequenceJobDeadline(pyblish.api.InstancePlugin):
|
|||
ext = "\.\D+"
|
||||
|
||||
regex = "^{subset}.*\d+{ext}$".format(subset=re.escape(subset),
|
||||
ext=re.escape(subset))
|
||||
ext=re.escape(ext))
|
||||
|
||||
# Remove deadline submission job, not needed in metadata
|
||||
data.pop("deadlineSubmissionJob")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue