jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1026598?usp=email )
Change subject: [cleanup] i18n.TranslationError was removed in Pywikibot 7 ......................................................................
[cleanup] i18n.TranslationError was removed in Pywikibot 7
Change-Id: I37be3ce061631b9a77db4c27d30fd7767ff87eac --- M pywikibot/exceptions.py 1 file changed, 2 insertions(+), 2 deletions(-)
Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/pywikibot/exceptions.py b/pywikibot/exceptions.py index 998c2c8..9104e7b 100644 --- a/pywikibot/exceptions.py +++ b/pywikibot/exceptions.py @@ -77,11 +77,11 @@ - NoUsernameError: Username is not in user config file, or it is invalid. - PageInUseError: Page cannot be reserved due to a lock - SectionError: The section specified by # does not exist - - TranslationError: no language translation found + - TranslationError: no language translation found, i18n/l10n message + not available - UnknownExtensionError: Extension is not defined for this site - UserRightsError: insufficient rights for requested action - VersionParseError: failed to parse version information - - i18n.TranslationError: i18n/l10n message not available
APIError: wiki API returned an error
pywikibot-commits@lists.wikimedia.org