mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Merge remote-tracking branch 'origin/enhancement/fill_gaps_in_extract_review' into enhancement/fill_gaps_in_extract_review
This commit is contained in:
commit
d21c77cd8a
1 changed files with 1 additions and 1 deletions
|
|
@ -525,7 +525,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
|
||||
run_subprocess(subprcs_cmd, shell=True, logger=self.log)
|
||||
|
||||
#delete files added to fill gaps
|
||||
# delete files added to fill gaps
|
||||
if new_frame_files:
|
||||
for filepath in new_frame_files.values():
|
||||
os.unlink(filepath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue