Skip to content

Commit

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

0 comments on commit f25cc10

Please sign in to comment.