Skip to content

FileNotFoundError when installed via Stash's community source manager #744

Description

@ballz2dawall4806

The error is the result of trying to create a new directory at file path that doesn't exist yet.
Line 850 in DupFileManager.py should be: os.makedirs(htmlReportNameFolder, exist_ok=True) instead of os.mkdir().

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