temp path should be empty at first run

This commit is contained in:
Jakub Jezek 2021-11-23 12:11:50 +01:00
parent d179bae321
commit 59a70a29a8
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

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