From 3060c369a50e0c0a6346a247b8f3706f4056b089 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Sun, 30 Jan 2011 07:44:47 +0000 Subject: [PATCH] minor fix for previous commit --- lib/parse/cmdline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index 1e4ca063c..f4df96113 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -550,6 +550,7 @@ def cmdLineParser(): args.append(getUnicode(arg, sys.stdin.encoding or sys.getfilesystemencoding())) except: 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\ and not args.requestFile and not args.updateAll and not args.smokeTest and not args.liveTest\