jenkins-bot has submitted this change and it was merged.
Change subject: pep8 changes ......................................................................
pep8 changes
Change-Id: I3022347a0c15168af7e3d862593c9ed4f63826bc --- M pwb.py 1 file changed, 2 insertions(+), 1 deletion(-)
Approvals: Merlijn van Deen: Looks good to me, approved jenkins-bot: Verified
diff --git a/pwb.py b/pwb.py index 5ad35d9..04eb17e 100644 --- a/pwb.py +++ b/pwb.py @@ -60,7 +60,8 @@ if sys.version_info[0] != 2: raise RuntimeError("ERROR: Pywikipediabot only runs under Python 2") if sys.version_info[1] < 6: - raise RuntimeError("ERROR: Pywikipediabot only runs under Python 2.6 or higher") + raise RuntimeError("ERROR: Pywikipediabot only runs under Python 2.6 " + "or higher")
rewrite_path = os.path.dirname(sys.argv[0]) if not os.path.isabs(rewrite_path):
pywikibot-commits@lists.wikimedia.org