Skip to content

Commit 7a308a8

Browse files
committed
fixed typo
1 parent 1ab5607 commit 7a308a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FT_Builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def main():
376376

377377
except Exception as e:
378378
CustomDir = os.path.abspath(os.path.join(os.path.dirname(__file__), NameCustomDir))
379-
if os.path.isfile(CustomDir):
379+
if os.path.exists(CustomDir):
380380
delete_files_in_directory(CustomDir)
381381

382382
BuildFolder = os.path.abspath(os.path.join(os.path.dirname(__file__), 'build'))

0 commit comments

Comments
 (0)