jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/743463 )

Change subject: [cleanup] Remove description parameter of 
CommonscatBot.changeCommonscat()
......................................................................

[cleanup] Remove description parameter of CommonscatBot.changeCommonscat()

That parameter was nenver used.

Change-Id: Ibbfbb34bcf32855c24aae5a892d257f866f55154
---
M scripts/commonscat.py
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  Matěj Suchánek: Looks good to me, but someone else must approve
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/scripts/commonscat.py b/scripts/commonscat.py
index 8737162..6d78923 100755
--- a/scripts/commonscat.py
+++ b/scripts/commonscat.py
@@ -334,8 +334,7 @@

     def changeCommonscat(
             self, page=None, oldtemplate='', oldcat='',
-            newtemplate='', newcat='', linktitle='',
-            description=NotImplemented):
+            newtemplate='', newcat='', linktitle=''):
         """Change the current commonscat template and target."""
         if '3=S' in (oldcat, linktitle):
             return  # TODO: handle additional param on de-wiki

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/743463
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ibbfbb34bcf32855c24aae5a892d257f866f55154
Gerrit-Change-Number: 743463
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Matěj Suchánek <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to