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): |