jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/778690 )
Change subject: [bugfix] Fix XMLDumpPageGenerator usage
......................................................................
[bugfix] Fix XMLDumpPageGenerator usage
Bug: T305800
Change-Id: I6a13e20e23a9cb478319c73be68d6c169c93a3fb
---
M scripts/replace.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Matěj Suchánek: Looks good to me, approved
jenkins-bot: Verified
diff --git a/scripts/replace.py b/scripts/replace.py
index 2410c19..7b748d3 100755
--- a/scripts/replace.py
+++ b/scripts/replace.py
@@ -1079,7 +1079,7 @@
precompile_exceptions(exceptions, regex, flags)
if xmlFilename:
- gen = pagegenerators.XmlDumpPageGenerator(
+ gen = pagegenerators.XMLDumpPageGenerator(
xmlFilename, xmlStart, namespaces=genFactory.namespaces, site=site)
elif sql_query is not None:
# Only -excepttext option is considered by the query. Other
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/778690
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: I6a13e20e23a9cb478319c73be68d6c169c93a3fb
Gerrit-Change-Number: 778690
Gerrit-PatchSet: 1
Gerrit-Owner: Xqt <[email protected]>
Gerrit-Reviewer: D3r1ck01 <[email protected]>
Gerrit-Reviewer: Matěj Suchánek <[email protected]>
Gerrit-Reviewer: Udo T. <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]