Skip to content

Commit

Permalink
Merge pull request #605 from ratt-ru/issue-604
Browse files Browse the repository at this point in the history
Fixes #604
  • Loading branch information
SpheMakh authored May 8, 2020
2 parents 657fbc6 + e338dd6 commit ae480a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stimela/cargo/cab/politsiyakat_autocorr_amp/src/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
"-s antenna_mod",
kwargs]

try:
_runc = " ".join([cab['binary']] + ARGS)
try:
subprocess.check_call(shlex.split(_runc))
finally:
for item in junk:
for dest in [OUTPUT, MSDIR]: # these are the only writable volumes in the container
Expand Down

0 comments on commit ae480a5

Please sign in to comment.