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
-------- Original message --------
From: Bryan Hilbert <[email protected]>
Date: 1/23/19 2:20 PM (GMT-05:00)
To: spacetelescope/jwst_reffiles <[email protected]>
Cc: Armin Rest <[email protected]>, Mention <[email protected]>
Subject: [spacetelescope/jwst_reffiles] Generated commands assume all scripts are executable. (#35)
For example, a recent generated command is:
mkref_example_readnoise_module.py file1 parameters options
This assumes that mkref_example_readnoise_module is executable. It might be better to instead have the generated command be:
python mkref_example_readnoise_module.py file1 parameters options
This will save users one step when creating plug-in modules, as they won't have to remember to make them executable.
What do you think @arminrest<https://github.com/arminrest> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#35>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AWd30-A1MRGYWuOrWGRJXhPkjBeB7_4sks5vGLXlgaJpZM4aPdWo>.
For example, a recent generated command is:
This assumes that mkref_example_readnoise_module is executable. It might be better to instead have the generated command be:
This will save users one step when creating plug-in modules, as they won't have to remember to make them executable.
What do you think @arminrest ?
The text was updated successfully, but these errors were encountered: