jenkins-bot has submitted this change and it was merged.

Change subject: remove 'exclude' from site.py
......................................................................


remove 'exclude' from site.py

Bug: T112085
Change-Id: I3d7d1c09bbf0755a3cc83fcb61660e3e955148bc
---
M pywikibot/site.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/pywikibot/site.py b/pywikibot/site.py
index 3b16319..33cbcce 100644
--- a/pywikibot/site.py
+++ b/pywikibot/site.py
@@ -6980,7 +6980,7 @@
         params['token'] = self.tokens['edit']
 
         for arg in kwargs:
-            if arg in ['clear', 'data', 'exclude', 'summary']:
+            if arg in ['clear', 'data', 'summary']:
                 params[arg] = kwargs[arg]
             elif arg != 'baserevid':
                 warn('Unknown wbeditentity parameter {0} ignored'.format(arg),

-- 
To view, visit https://gerrit.wikimedia.org/r/276959
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I3d7d1c09bbf0755a3cc83fcb61660e3e955148bc
Gerrit-PatchSet: 2
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Owner: Saurv4u <saur...@gmail.com>
Gerrit-Reviewer: John Vandenberg <jay...@gmail.com>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
Pywikibot-commits mailing list
Pywikibot-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits

Reply via email to