Skip to content

Commit

Permalink
wrap with path norm
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Apr 3, 2024
1 parent c8af981 commit 2f40fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chadtree/fs/ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def cont() -> FSstat:
except OSError:
plink = None
else:
plink = PurePath(link) if link else None
plink = PurePath(normpath(link)) if link else None
fs_stat = FSstat(
permissions=permissions,
user=user,
Expand Down

0 comments on commit 2f40fef

Please sign in to comment.