Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 27, 2023
1 parent ad63634 commit cb255d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/minimint/mist_interpolator.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,10 @@ def writer(url, pref):
else:
cmd = f'cd {pref}; tar xfJ {fname_out}'
ret = subprocess.run(cmd, capture_output=True, shell=True, timeout=60)
fname_out2 = fname_out1.replace('.tar', '')
aa = glob.glob(os.path.join(pref, fname_out2, '*'))
print((aa))
assert len(aa) > 0
print(cmd, fname_out, fname_out1,
ret.stdout.decode() + ret.stderr.decode())
# ret = subprocess.run(cmd, shell=True, timeout=60)
Expand Down

0 comments on commit cb255d1

Please sign in to comment.