From 9e900ccbac4b76c77864f408f9e7c83abcb35abf Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 28 Mar 2011 23:12:04 +0000 Subject: [PATCH] minor comment update --- lib/parse/cmdline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/parse/cmdline.py b/lib/parse/cmdline.py index f21c19733..b06a6da79 100644 --- a/lib/parse/cmdline.py +++ b/lib/parse/cmdline.py @@ -566,6 +566,7 @@ def cmdLineParser(): parser.error(e) except SystemExit, _: + # Protection against Windows dummy double clicking if IS_WIN: print "\nPress any key to continue...", raw_input()