Skip to content

Add verbose warning output to folder_scanner_dazzle.py #3

@djdarcy

Description

@djdarcy

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions