Skip to content

Optional path checks #76

@markfinger

Description

@markfinger

The path checks in the python side are not overly useful as the node process will detect the same issue when it tries to import the file. That being said, the python errors are more explicit and will be more familiar for python folk.

Primary benefit of this would be a saner setup for docker folk who have some eccentric mount paths. See #75

Recommend adding an optional setting that removes the os.exists checks in

if not os.path.exists(path):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions