jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/833793 )
Change subject: [cleanup] Remove always attribute in CategoryAddBot
......................................................................
[cleanup] Remove always attribute in CategoryAddBot
CategoryAddBot derives from CategoryPreprocess which is BaseBot.
BaseBot has 'always': False as available_options and opt.always
is used within userPut method and may be set there whereas always
attribute is no longer used since CategoryAddBot inherits from
BaseBot after aa255ee change.
Change-Id: I5b1ed4db971a17d28ea664dd45fd3c0ef2243e99
---
M scripts/category.py
1 file changed, 0 insertions(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/category.py b/scripts/category.py
index cb04077..3a645f1 100755
--- a/scripts/category.py
+++ b/scripts/category.py
@@ -439,7 +439,6 @@
self.sort = sort_by_last_name
self.create = create
self.follow_redirects = follow_redirects
- self.always = False
self.comment = comment
@staticmethod
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/833793
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: I5b1ed4db971a17d28ea664dd45fd3c0ef2243e99
Gerrit-Change-Number: 833793
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]