Skip to content

Fix shebang for htcondor make-jobfeatures

Luis Fernandez Alvarez requested to merge (removed):patch-1 into master

Without this patch, running the script from custom Python environments could fail. It has been seen in cases where users redefine the PYTHONHOME environment variable for their jobs.

This patch makes sure that the python version used is the appropriate according to the environment.

Merge request reports