mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
temp path should be empty at first run
This commit is contained in:
parent
d179bae321
commit
59a70a29a8
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ class FtrackComponentCreator:
|
|||
print(">>>>> self.thumbnails: " + str(self.thumbnails))
|
||||
print(">>>>> self.videos: " + str(self.videos))
|
||||
|
||||
if temp_folder == self.temp_dir:
|
||||
if self.temp_dir:
|
||||
return temp_folder
|
||||
|
||||
with app_utils.make_temp_dir() as tempdir_path:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue