Skip to content
Snippets Groups Projects
Commit 723b8f6c authored by Lionel GUEZ's avatar Lionel GUEZ
Browse files

Bug fix: correct name of directory

Bug was introduced in commit 8c91ffe5.
parent f995a03c
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ if not os.access(inst_eddies_exe, os.X_OK):
for orient in ["cyclo", "anti"]:
if os.access(f"SHPC_{orient}_all_dates", os.F_OK):
shutil.rmtree("SHPC_all_dates")
shutil.rmtree(f"SHPC_{orient}_all_dates")
dirname, basename = path.split(args.first_file)
my_date = datetime.datetime.strptime(basename, args.date_format).date()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment