jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/481337 )

Change subject: [IMPR] use pywikibot_handle_args instead of deprecated 
handleArgs
......................................................................

[IMPR] use pywikibot_handle_args instead of deprecated handleArgs

Change-Id: I987c6eb89891b707ccb8e1360d75e77663f5fda7
---
M scripts/maintenance/compat2core.py
1 file changed, 1 insertion(+), 1 deletion(-)

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



diff --git a/scripts/maintenance/compat2core.py 
b/scripts/maintenance/compat2core.py
index 4ae4e2c..5198780 100755
--- a/scripts/maintenance/compat2core.py
+++ b/scripts/maintenance/compat2core.py
@@ -206,7 +206,7 @@
     warnonly = False

     # Parse command line arguments for -help option
-    for arg in pywikibot.handleArgs():
+    for arg in pywikibot.handle_args():
         if arg.startswith('-warnonly'):
             warnonly = True
         elif not arg.startswith('-'):

--
To view, visit https://gerrit.wikimedia.org/r/481337
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I987c6eb89891b707ccb8e1360d75e77663f5fda7
Gerrit-Change-Number: 481337
Gerrit-PatchSet: 3
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Dalba <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Framawiki <[email protected]>
Gerrit-Reviewer: John Vandenberg <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot (75)
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to