jenkins-bot has submitted this change. (
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/611951 )
Change subject: [BUGFIX] html2uinicode instead of html2UnicodeType
......................................................................
[BUGFIX] html2uinicode instead of html2UnicodeType
Introduced in Ib7d1b649576dfb58e8b971b53c96b75961267fb7
Change-Id: Ib36db99ea08e37c2ca391fd6510ae51c5304363b
---
M pywikibot/site/__init__.py
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Xqt: Looks good to me, approved
jenkins-bot: Verified
diff --git a/pywikibot/site/__init__.py b/pywikibot/site/__init__.py
index a96ce98..0beb08d 100644
--- a/pywikibot/site/__init__.py
+++ b/pywikibot/site/__init__.py
@@ -2486,7 +2486,7 @@
# v1.14 defined and as ', and'; fixed in v1.15
msgs['and'] = ' and'
else:
- msgs[key] = pywikibot.html2UnicodeType(value)
+ msgs[key] = pywikibot.html2unicode(value)
concat = msgs['and'] + msgs['word-separator']
return msgs['comma-separator'].join(
--
To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/611951
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: Ib36db99ea08e37c2ca391fd6510ae51c5304363b
Gerrit-Change-Number: 611951
Gerrit-PatchSet: 2
Gerrit-Owner: JJMC89 <[email protected]>
Gerrit-Reviewer: Dvorapa <[email protected]>
Gerrit-Reviewer: Xqt <[email protected]>
Gerrit-Reviewer: jenkins-bot
Gerrit-MessageType: merged
_______________________________________________
Pywikibot-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits