Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
Petr Kalis 2025-04-24 14:19:53 +02:00 committed by GitHub
parent e5d673c020
commit 026ec64196
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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)