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

Change subject: socketIO_client 0.5.6 is needed for socket-io 0.9 protokoll
......................................................................


socketIO_client 0.5.6 is needed for socket-io 0.9 protokoll

See T91393, T68232, T125059

Change-Id: Ic3ed52ccdae65dc44f4f5f495f4fc2f6e2d413c2
---
M pywikibot/comms/rcstream.py
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Merlijn van Deen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/comms/rcstream.py b/pywikibot/comms/rcstream.py
index 95056fd..02cbd6b 100644
--- a/pywikibot/comms/rcstream.py
+++ b/pywikibot/comms/rcstream.py
@@ -171,8 +171,8 @@
 
     """
     if isinstance(socketIO_client, Exception):
-        raise ImportError('socketIO_client is required for the rc stream; '
-                          'install it with pip install socketIO_client')
+        raise ImportError('socketIO_client is required for the rc stream;\n'
+                          'install it with pip install 
"socketIO_client==0.5.6"')
 
     rc_thread = RcListenerThread(
         wikihost=wikihost,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic3ed52ccdae65dc44f4f5f495f4fc2f6e2d413c2
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Merlijn van Deen <valhall...@arctus.nl>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to