jenkins-bot has submitted this change and it was merged.

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

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I9b18c252ffc57d5133a423cfa4205c03c6c89b88
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/compat
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to