Xqt has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/850665 )
Change subject: [fix] Add shebang to pwb.py caller script ...................................................................... [fix] Add shebang to pwb.py caller script Also change mode to executable Bug: T321452 Change-Id: I5a6e10b27469ffe247fd07115a80a8d6ec44c616 --- M make_dist.py M pwb.py 2 files changed, 1 insertion(+), 0 deletions(-) Approvals: jenkins-bot: Verified Xqt: Looks good to me, approved diff --git a/make_dist.py b/make_dist.py old mode 100644 new mode 100755 diff --git a/pwb.py b/pwb.py old mode 100644 new mode 100755 index 7c061a1..5cf60f1 --- a/pwb.py +++ b/pwb.py @@ -1,3 +1,4 @@ +#!/usr/bin/python3 """pwb caller script to invoke the :mod:`pywikibot.scripts.wrapper` script. .. versionadded:: 8.0 -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/850665 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I5a6e10b27469ffe247fd07115a80a8d6ec44c616 Gerrit-Change-Number: 850665 Gerrit-PatchSet: 3 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
