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
pywikibot-commits@lists.wikimedia.org