This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pkopkan
Recipients hroncok, pkopkan
Date 2019-05-27.14:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558966231.31.0.616350484608.issue37064@roundup.psfhosted.org>
In-reply-to
Content
Example:
pathfix.py -i /usr/bin/python ./directory --> would change the shebang of
every script in this directory recursively to #! /usr/bin/python. That's handy but if you would have script like this: #! /usr/bin/env -flags and
wanted to keep the flags.
You would need to run again pathfix: pathfix.py -i '/usr/bin/python -flags' ./directory. That is not that bad for one script but with increasing number of scripts, differences of flags between the scripts it gets harder.
History
Date User Action Args
2019-05-27 14:10:31pkopkansetrecipients: + pkopkan, hroncok
2019-05-27 14:10:31pkopkansetmessageid: <1558966231.31.0.616350484608.issue37064@roundup.psfhosted.org>
2019-05-27 14:10:31pkopkanlinkissue37064 messages
2019-05-27 14:10:31pkopkancreate