# HG changeset patch # User Franz Glasner # Date 1744384320 -7200 # Node ID 04d7945ff4ae8a15dae1eec59f6379097da0fd14 # Parent 7761a15b97360e1e2f8b352165dd749196167ab9 treesum: Comment diff -r 7761a15b9736 -r 04d7945ff4ae cutils/util/walk.py --- 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