| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Allow import of relative files in `main.py` by adding the cwd to the sys.path
|
Any plan to release the fix? Am looking forward to it. |
Sorry, something went wrong.
|
when will this be released? |
Sorry, something went wrong.
|
For anyone wondering about when it's released, this change was included in the 0.1.0 → 0.1.1 release. c.f. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Allow import of relative files in main.py by adding the cwd to the sys.path. Otherwise getting /__/functions.yaml will raise an exception that imports could not be found.
There's probably a better way to do this but my python foo is a little rusty.
Closes #92