Current message:
A shebang 'py' was found, but does not match any supported template (e.g. '/usr/bin/python').
Using the shebang as an arbitrary command instead. Configure 'shebang_can_run_anything' to disable this.
Should make it something like:
A shebang 'py' was found, but does not match any supported template (e.g. '/usr/bin/python'), so it will be treated as an arbitrary command.
To prevent execution of programs that are not Python runtimes, set 'shebang_can_run_anything' to 'false' in your configuration file.
Current message:
Should make it something like: