jenkins-bot submitted this change.

View Change

Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
[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(-)

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

To view, visit change 750726. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: I3596c59987842710321776da39ec9d44c9391fc1
Gerrit-Change-Number: 750726
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <info@gno.de>
Gerrit-Reviewer: D3r1ck01 <xsavitar.wiki@aol.com>
Gerrit-Reviewer: Xqt <info@gno.de>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged