mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-24 18:00:24 +00:00
The -onone must be explicit
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1546 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
507a3b3069
commit
6083e4dfa2
1 changed files with 0 additions and 2 deletions
|
|
@ -396,8 +396,6 @@ if options.fileoutput:
|
|||
else:
|
||||
printUsage(_("Illegal argument %r for option %s") % \
|
||||
(ftype, "'-F, --file-output'"))
|
||||
if not options.output:
|
||||
config['logger'] = config.logger_new('none')
|
||||
if options.interactive is not None:
|
||||
config['interactive'] = options.interactive
|
||||
if options.intern:
|
||||
|
|
|
|||
Loading…
Reference in a new issue