-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Enhancement Request
Add verbose warning messages when encountering inaccessible paths in folder_scanner_dazzle.py.
Current Behavior
Permission errors are silently skipped with just a continue statement.
Desired Behavior
When verbose >= 2, show warning messages like:
if self.verbose >= 2:
print(f"WARNING: Skipping inaccessible path '{node.path}': {e}")Files to Update
folder_datetime_fix/folder_scanner_dazzle.py(lines 148-152, 274-278)
Priority
Low - The functionality works correctly, this is just for better debugging visibility.
Metadata
Metadata
Assignees
Labels
No labels