minor bug fix

This commit is contained in:
Miroslav Stampar 2011-01-30 07:34:07 +00:00
parent e8883de2c6
commit d63339ca26

View File

@ -549,7 +549,7 @@ def cmdLineParser():
try:
args.append(getUnicode(arg, sys.getfilesystemencoding()))
except:
args.append(getUnicode(arg), "utf8")
args.append(getUnicode(arg, "utf8"))
(args, _) = parser.parse_args(args)
if not args.direct and not args.url and not args.list and not args.googleDork and not args.configFile\