jenkins-bot has submitted this change and it was merged.
Change subject: Block "wbcreateredirect" action when -simulate option is given ......................................................................
Block "wbcreateredirect" action when -simulate option is given
Bug: T126958 Change-Id: Ida658235189cb0ecc3f13ebee32214e2db0d1134 --- M pywikibot/data/api.py 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: Ricordisamoa: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/data/api.py b/pywikibot/data/api.py index c6f2f0c..0881e62 100644 --- a/pywikibot/data/api.py +++ b/pywikibot/data/api.py @@ -1438,6 +1438,7 @@ "wbsetaliases", "wblinktitles", "wbsetsitelink", "wbcreateclaim", "wbremoveclaims", "wbsetclaimvalue", "wbsetreference", "wbremovereferences", "wbsetclaim", + 'wbcreateredirect', ) # Client side verification that the request is being performed # by a logged in user, and warn if it isn't a config username.
pywikibot-commits@lists.wikimedia.org