From ad6b528b33813eb611f68c014090f1f16aae398c Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Tue, 21 Dec 2010 10:47:39 +0000 Subject: [PATCH] Bit more verbose comment --- lib/controller/checks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/controller/checks.py b/lib/controller/checks.py index 7ae403f04..744f460ff 100644 --- a/lib/controller/checks.py +++ b/lib/controller/checks.py @@ -78,6 +78,7 @@ def checkSqlInjection(place, parameter, value): for test in conf.tests: # Check if there were any premature detection cancellation request + # from the user (Ctrl+C) if not kb.testMode: break