jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/750726 )
Change subject: [bugfix] Remove description parameter called with changeCommonscat ......................................................................
[bugfix] Remove description parameter called with changeCommonscat
The description parameter of changeCommonscat was never used and removed recently. The method must not be called with it.
Change-Id: I3596c59987842710321776da39ec9d44c9391fc1 --- M scripts/commonscat.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/commonscat.py b/scripts/commonscat.py index 6d78923..6bb6c96 100755 --- a/scripts/commonscat.py +++ b/scripts/commonscat.py @@ -305,7 +305,7 @@ self.changeCommonscat(page, currentCommonscatTemplate, currentCommonscatTarget, primaryCommonscat, - checkedCommonscatTarget, LinkText, Note) + checkedCommonscatTarget, LinkText) return
# Commonscat link is wrong
pywikibot-commits@lists.wikimedia.org