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

--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/750726
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: I3596c59987842710321776da39ec9d44c9391fc1
Gerrit-Change-Number: 750726
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[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