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:
calvin 2004-08-27 17:42:25 +00:00
parent 507a3b3069
commit 6083e4dfa2

View file

@ -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: