Skip to content

Commit

Permalink
🔀 Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
fbriol committed Oct 23, 2023
2 parents 0e2f2f4 + 7c630c5 commit 61ce0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zcollection/tests/test_fs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def istrcmp(str1, str2):

assert istrcmp(fs_utils.normalize_path(fs, '/'), root)
assert istrcmp(fs_utils.normalize_path(fs, './foo'),
str(pathlib.Path('.').resolve() / 'foo'))
str((pathlib.Path('.').resolve() / 'foo').as_posix()))

fs = fsspec.filesystem('memory')
assert fs_utils.normalize_path(fs, '/') == os.path.sep
Expand Down

0 comments on commit 61ce0be

Please sign in to comment.