jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[bugfix] Fix values to unpack in get_unicode_console()

Change-Id: I82d3cda4fa40600a3144629ece2738cf475a9743
---
M pywikibot/userinterfaces/win32_unicode.py
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pywikibot/userinterfaces/win32_unicode.py b/pywikibot/userinterfaces/win32_unicode.py
index 4e12897..668abcd 100755
--- a/pywikibot/userinterfaces/win32_unicode.py
+++ b/pywikibot/userinterfaces/win32_unicode.py
@@ -326,4 +326,4 @@
_complain('exception {!r} while fixing up sys.stdout and sys.stderr'
.format(e))

- return stdin, stdout, stderr
+ return stdin, stdout, stderr, argv

To view, visit change 750794. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I82d3cda4fa40600a3144629ece2738cf475a9743
Gerrit-Change-Number: 750794
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged