Skip to content

Commit 0b6944a

Browse files
committed
added info message
1 parent bb383f4 commit 0b6944a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run_main.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ def run_cpp_program():
5151
print("Folder does not exist.")
5252
print('Running simulation.')
5353
break
54-
54+
else:
55+
print('Running without "--simsep" argument for directory creation.')
5556

5657

5758
if args.Rand_seed is not None:

0 commit comments

Comments
 (0)