Xqt has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/86368


Change subject: pep8 changes
......................................................................

pep8 changes

Change-Id: I3022347a0c15168af7e3d862593c9ed4f63826bc
---
M pwb.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/core 
refs/changes/68/86368/1

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):

-- 
To view, visit https://gerrit.wikimedia.org/r/86368
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3022347a0c15168af7e3d862593c9ed4f63826bc
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to