Xqt has uploaded a new change for review.

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


Change subject: Revert "replace print statement with pywikibot.output()" 
waiting for new occurance
......................................................................

Revert "replace print statement with pywikibot.output()" waiting for new 
occurance

This reverts commit aef8268011cd3696071b8894231406e43f2aa5c5, gerrit 78661

Change-Id: I9b18c252ffc57d5133a423cfa4205c03c6c89b88
---
M userlib.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat 
refs/changes/54/79454/1

diff --git a/userlib.py b/userlib.py
index 2a9d988..21e7c74 100644
--- a/userlib.py
+++ b/userlib.py
@@ -642,7 +642,7 @@
                     data = self.getData()
                 except Exception, e:
                     # Print the traceback of the caught exception
-                    pywikibot.output(e)
+                    print e
                     raise
                 else:
                     break

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b18c252ffc57d5133a423cfa4205c03c6c89b88
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
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