We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2ebab commit 9531b98Copy full SHA for 9531b98
1 file changed
stimela/cargo/cab/shadems_direct/src/run.py
@@ -26,6 +26,7 @@
26
27
for args in args_list:
28
_runc = " ".join([cab["binary"], ms, args])
29
+ print("Running", _runc)
30
try:
31
subprocess.check_call(shlex.split(_runc))
32
except subprocess.CalledProcessError as exc:
0 commit comments