Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Dec 27, 2023
1 parent 2caef71 commit fa9276f
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 @@ -174,7 +174,7 @@ def writer(url, pref):
fname_out = os.path.basename(fname_out)
if os.name == 'nt':
fname_out1 = fname_out.replace('.txz', '.tar')
cmd = (f'cd {pref} && '
cmd = (f'cd /d {pref} && '
f'7z -bb3 x {fname_out} && '
f'7z -bb3 x {fname_out1}')
else:
Expand Down

0 comments on commit fa9276f

Please sign in to comment.