C:\pwb>cd core
C:\pwb\core>rem redirect.py -always -all -ts do
C:\pwb\core>pwb.py redirect -always -all do -nolog
Traceback (most recent call last):
File "C:\pwb\core\pwb.py", line 199, in <module>
import pywikibot as pwb
File "C:\pwb\core\pywikibot\__init__.py", line 36, in <module>
from pywikibot.data.api import UploadWarning
File "C:\pwb\core\pywikibot\data\api.py", line 33, in <module>
from pywikibot.comms import http
File "C:\pwb\core\pywikibot\comms\http.py", line 66, in <module>
debug('Loaded cookies from file.', _logger)
File "C:\pwb\core\pywikibot\logging.py", line 182, in debug
logoutput(text, decoder, newline, DEBUG, layer, **kwargs)
File "C:\pwb\core\pywikibot\logging.py", line 78, in logoutput
_init()
File "C:\pwb\core\pywikibot\logging.py", line 34, in _init
init_routine()
File "C:\pwb\core\pywikibot\bot.py", line 345, in init_handlers
writelogheader()
File "C:\pwb\core\pywikibot\bot.py", line 367, in writelogheader
version.getversion(online=config.log_pywiki_repo_version).strip()))
File "C:\pwb\core\pywikibot\version.py", line 68, in getversion
data = dict(getversiondict()) # copy dict to prevent changes in 'cache'
File "C:\pwb\core\pywikibot\version.py", line 127, in getversiondict
pywikibot.debug('version algorithm exceptions:\n%r'
AttributeError: module 'pywikibot' has no attribute 'debug'
C:\pwb\core>pause
Drücken Sie eine beliebige Taste . . .Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| [bugfix] prevent circular imports in config2.py and http.py | pywikibot/core | master | +23 -26 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 631924 had a related patch set uploaded (by Xqt; owner: Xqt):
[pywikibot/core@master] [bugfix] prevent circular imports in config2.py and http.py
Comment Actions
Change 631924 merged by jenkins-bot:
[pywikibot/core@master] [bugfix] prevent circular imports in config2.py and http.py