You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should actionExecutor.py have an explicit python env set at the top of the file?
In my case I cannot execute remote Opsgenie2Nagios commands because actionExecutor.py doesn't specify a hashbang at the start of the file to pick a specific interpreter
The text was updated successfully, but these errors were encountered:
According to opsgenie/oec#49 it seems the service is the one targeting python and relying on the system default. It is ingoring any mention of #!/usr/bin/python3 at the top of the file. Seems to be an outstanding problem.
Should actionExecutor.py have an explicit python env set at the top of the file?
In my case I cannot execute remote Opsgenie2Nagios commands because actionExecutor.py doesn't specify a hashbang at the start of the file to pick a specific interpreter
The text was updated successfully, but these errors were encountered: