| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
Thanks for the test.
The only thing left is a Changelog note about the fixed issue.
Sorry, something went wrong.
|
Changelog updated |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The __main__.py template (zip_main_template.py) was using the wrong path when creating
the interpreter symlinks. It as computing it correctly, just the wrong variable was used
in the symlink() call.
To fix, pass the correct variable.
Also adds a test to check that it's runnable.
Fixes #2596