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

Commits on Mar 10, 2024

  1. Add shebang to exec_parsl_function.py

    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>
    emollier committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    0ac6cc0 View commit details
    Browse the repository at this point in the history