Build Update for wikimedia/pywikibot-core -------------------------------------
Build: #3027 Status: Passed
Duration: 23 minutes and 10 seconds Commit: b1f6f39 (2.0) Author: Fabian Neundorf Message: [FIX] config: Don't crash on later get_base_dir calls
All module variables starting with only one underscore get deleted after the module's instantiation and with 2b07db2a the variable to store whether no user config should be loaded was stored in such a variable and thus deleted so that when `get_base_dir` was called afterwards it would crash because it is missing.
This patch renames the variable into using two underscores to still hide it's presence but prevent it from deletion after the instantiation.
Conflicts: pywikibot/config2.py
Change-Id: I538a73ff37da27a34ab732becafbf5a58b72a464 (cherry picked from commit c29a59f95803f517f0fb9a999b59db94b7085404)
View the changeset: https://github.com/wikimedia/pywikibot-core/compare/408312706088...b1f6f390e...
View the full build log and details: https://travis-ci.org/wikimedia/pywikibot-core/builds/85823547
--
You can configure recipients for build notifications in your .travis.yml file. See http://docs.travis-ci.com/user/notifications
pywikibot-commits@lists.wikimedia.org