Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 27, 2023
1 parent 8728726 commit 621b88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/minimint/mist_interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ def writer(url, pref):
f'tar -xf {fname_out1}')
else:
cmd = f'cd {pref}; tar xfJ {fname_out}'
print(fname_out, fname_out1)
ret = subprocess.run(cmd, capture_output=True, shell=True, timeout=60)
print(fname_out, fname_out1, ret.stdout.decode() + ret.stderr.decode())
# ret = subprocess.run(cmd, shell=True, timeout=60)
if ret.returncode != 0:
raise RuntimeError('Failed to untar the files' +
Expand Down

0 comments on commit 621b88a

Please sign in to comment.