Mercurial > hgrepos > Python > apps > py-cutils
changeset 369:04d7945ff4ae
treesum: Comment
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 11 Apr 2025 17:12:00 +0200 |
| parents | 7761a15b9736 |
| children | a766264ff5bb |
| files | cutils/util/walk.py |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/cutils/util/walk.py Thu Apr 10 11:58:36 2025 +0200 +++ b/cutils/util/walk.py Fri Apr 11 17:12:00 2025 +0200 @@ -145,7 +145,8 @@ @property def path(self): - """The original path exactly as given in the ctor.""" + """The original path exactly as given in the ctor -- but normalized to + have forward slashes""" return self._path @property
