mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-03 06:30:23 +00:00
Fix -Dall, closes #512
This commit is contained in:
parent
cde261c009
commit
76f12951be
1 changed files with 1 additions and 1 deletions
|
|
@ -398,7 +398,7 @@ if options.debug:
|
|||
for _name in options.debug:
|
||||
if _name not in allowed_debugs:
|
||||
print_usage(_("Invalid debug level %(level)r") % {'level': _name})
|
||||
# XXX set logging debug level
|
||||
logconf.set_debug(options.debug)
|
||||
log.debug(LOG_CMDLINE, _("Python %(version)s on %(platform)s") % \
|
||||
{"version": sys.version, "platform": sys.platform})
|
||||
# read configuration files
|
||||
|
|
|
|||
Loading…
Reference in a new issue