Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #3431 Status: Errored
Duration: 1 hour, 21 minutes, and 41 seconds Commit: 65cabc8 (master) Author: AbdealiJK Message: pywikibot: Store ImportError in imported variable
If a lazy ImportError is to be handled, the ImportError needs to be stored in a variable and then used when required. Earlier, the imported variable was set to `None` and the import error which was caught with `except` was used. But this import error may not exist at a later time as python guarantees it's existence only inside the `except` statement. Hence, this is changed so that the ImportError is saved in the variable that was being imported and checked later using `isinstance(<variable>, ImportError)`.
Bug: T134336 Change-Id: I80f82e7f0674bfca70688f28640620dacac1d80b
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/4753f89eeb38...65cabc825...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/127715427
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org