diff cutils/util/walk.py @ 369:04d7945ff4ae

treesum: Comment
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 11 Apr 2025 17:12:00 +0200
parents 7761a15b9736
children 29a301ff2501
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