Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake sure `python_root` and `neuropod_path` are not the same #138
Comments
|
Relevant lines are now neuropod/source/neuropod/python/backends/python/packager.py Lines 90 to 95 in f480787 |
This check currently ensures that
neuropod_pathis not a subdirectory ofpython_root. However, it misses cases where they are the same directoryhttps://github.com/uber/neuropods/blob/9c4b58b84429b4390e8dfa658963d65312b6b52c/source/neuropods/python/backends/python/packager.py#L152-L153