Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add shebang to exec_parsl_function.py #3224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emollier
Copy link

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 <emollier@debian.org>
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.

None yet

1 participant