Skip to content

Commit

Permalink
Revert "test new sep"
Browse files Browse the repository at this point in the history
This reverts commit 19b9fde.
  • Loading branch information
markokr committed Sep 17, 2023
1 parent 4fe9ee8 commit 84afa6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rarfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ def _open_unrar(self, rarfile, inf, pwd=None, tmpfile=None, force_file=False):
# not giving filename avoids encoding related problems
fn = None
if not tmpfile or force_file:
fn = inf.filename.replace("/", os.path.sep)
fn = inf.filename

# read from unrar pipe
cmd = setup.open_cmdline(pwd, rarfile, fn)
Expand Down

0 comments on commit 84afa6b

Please sign in to comment.