Skip to content
Snippets Groups Projects
Commit 6717ba40 authored by Cyril Moineau's avatar Cyril Moineau Committed by Grégoire Kubler
Browse files

Apply 1 suggestion(s) to 1 file(s)


Co-authored-by: default avatarCyril Moineau <cyril.moineau@cea.fr>
parent 2672448e
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!116feat/release_pip
Pipeline #50956 failed
......@@ -109,7 +109,7 @@ def clean_dir(dir: pathlib.Path) -> None:
elif os.path.isdir(file_path):
shutil.rmtree(file_path)
except Exception as e:
print("Failed to delete %s. Reason: %s" % (file_path, e))
print(f"Failed to delete {file_path}. Reason: {e}")
return
......
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