jenkins-bot has submitted this change and it was merged.
Change subject: [FIX] Shell: Use args as one parameter
......................................................................
[FIX] Shell: Use args as one parameter
Change-Id: If96eb33fb24e0e9c23e4bf9f20a65a48da5fc159
---
M scripts/shell.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
John Vandenberg: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/shell.py b/scripts/shell.py
index baa82cc..0a0add6 100644
--- a/scripts/shell.py
+++ b/scripts/shell.py
@@ -26,7 +26,7 @@
env = None
if args:
import pywikibot
- pywikibot.handle_args(*args)
+ pywikibot.handle_args(args)
env = locals()
import code
--
To view, visit https://gerrit.wikimedia.org/r/171826
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If96eb33fb24e0e9c23e4bf9f20a65a48da5fc159
Gerrit-PatchSet: 1
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: XZise <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Ladsgroup <[email protected]>
Gerrit-Reviewer: Merlijn van Deen <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits