Bit more verbose comment

This commit is contained in:
Bernardo Damele 2010-12-21 10:47:39 +00:00
parent 6b37ddada4
commit ad6b528b33

View File

@ -78,6 +78,7 @@ def checkSqlInjection(place, parameter, value):
for test in conf.tests: for test in conf.tests:
# Check if there were any premature detection cancellation request # Check if there were any premature detection cancellation request
# from the user (Ctrl+C)
if not kb.testMode: if not kb.testMode:
break break