Merge remote-tracking branch 'origin/enhancement/fill_gaps_in_extract_review' into enhancement/fill_gaps_in_extract_review

This commit is contained in:
Petr Kalis 2025-04-28 11:52:56 +02:00
commit d21c77cd8a

View file

@ -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)