Skip to content
Snippets Groups Projects
Commit a42af544 authored by Yohan Jarosz's avatar Yohan Jarosz
Browse files

add fiull path to question

parent e5ba3540
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ if __name__ == '__main__':
output = Path(args['-o']).abspath()
if not output.exists():
if yes_or_no("Output doesn't exist. Create ?"):
if yes_or_no("Output '%s' doesn't exist. Create ?" % output):
output.makedirs()
else:
exit(0)
......
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