We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab5607 commit 7a308a8Copy full SHA for 7a308a8
1 file changed
FT_Builder.py
@@ -376,7 +376,7 @@ def main():
376
377
except Exception as e:
378
CustomDir = os.path.abspath(os.path.join(os.path.dirname(__file__), NameCustomDir))
379
- if os.path.isfile(CustomDir):
+ if os.path.exists(CustomDir):
380
delete_files_in_directory(CustomDir)
381
382
BuildFolder = os.path.abspath(os.path.join(os.path.dirname(__file__), 'build'))
0 commit comments