mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Fix typo
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
e5d673c020
commit
026ec64196
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