-
Notifications
You must be signed in to change notification settings - Fork 116
Open
Description
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
Line 14 in 1bad117
if not os.path.exists(path): |
Metadata
Metadata
Assignees
Labels
No labels