mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Reverted unwanted commenting out
This commit is contained in:
parent
4a38e1175f
commit
e5d673c020
1 changed files with 7 additions and 7 deletions
|
|
@ -525,13 +525,13 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
|
||||
run_subprocess(subprcs_cmd, shell=True, logger=self.log)
|
||||
|
||||
# delete files added to fill gaps
|
||||
# if new_frame_files:
|
||||
# for filepath in new_frame_files.values():
|
||||
# # os.unlink(filepath)
|
||||
#
|
||||
# for filepath in temp_data["paths_to_remove"]:
|
||||
# os.unlink(filepath)
|
||||
#delete files added to fill gaps
|
||||
if new_frame_files:
|
||||
for filepath in new_frame_files.values():
|
||||
os.unlink(filepath)
|
||||
|
||||
for filepath in temp_data["paths_to_remove"]:
|
||||
os.unlink(filepath)
|
||||
|
||||
new_repre.update({
|
||||
"fps": temp_data["fps"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue