Skip to content

Conversation

@emollier
Copy link
Contributor

Description

This change add a shebang to exec_parsl_function.py.

The script is flagged for installation in setup.py, so end users may expect to be able to run it straight from their PATH, without having to specify the interpreter and the full path to the script. While the shebang is missing, the operating system can barely guess what interpreter to use for running the script in such conditions, and thus would not be able to run exec_parsl_function.py.

Changed Behaviour

It will be possible to invoke exec_parsl_function.py as a regular executable without having to call python3 explicitly.

Fixes

No relevant issue has been identified in relation to this change.

Type of change

  • Bug fix
  • Code maintenance/cleanup

Have a nice day, :)
Étienne.

The script is flagged for installation, so end users may expect to be
able to run it straight from their PATH, without having to specify the
interpreter and the full path to the script.  While the shebang is
missing, the operating system can barely guess what interpreter to use
for running the script in such conditions, and thus would not be able
to run exec_parsl_function.py.

Signed-off-by: Étienne Mollier <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant