Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As file untangle.py is meant to be used only via import and not as directly executed commandline tool the shebang on the beginning is not needed. The usage of the env python can also have its security implications. Having shebang on non-executable file is even being reported as error by some tools - for example Fedora/Red Hat's rpmlint: https://bugzilla.redhat.com/show_bug.cgi?id=2250689#c4 Best regards Michal Ambroz
- Loading branch information