Skip to content

Commit 9531b98

Browse files
committed
added command printing
1 parent 3d2ebab commit 9531b98

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • stimela/cargo/cab/shadems_direct/src

stimela/cargo/cab/shadems_direct/src/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
for args in args_list:
2828
_runc = " ".join([cab["binary"], ms, args])
29+
print("Running", _runc)
2930
try:
3031
subprocess.check_call(shlex.split(_runc))
3132
except subprocess.CalledProcessError as exc:

0 commit comments

Comments
 (0)