From 0a4605644e4e3feefc58a3c6cb0e0fc83c7faf82 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 13 Feb 2013 16:31:03 +0100 Subject: [PATCH] Minor fix for previous commit --- lib/core/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/core/common.py b/lib/core/common.py index be448dcac..a185a40cd 100644 --- a/lib/core/common.py +++ b/lib/core/common.py @@ -1576,7 +1576,7 @@ def getSQLSnippet(dbms, sfile, **variables): for _ in re.findall(r"%RANDINT\d+%", retVal, re.I): retVal = retVal.replace(_, randomInt()) - variables = re.findall(r"(? 1 else "", ", ".join(variables), sfile)