From 7d37a650d0ccb018b4e946dcafb4552839154966 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 30 Jan 2012 14:41:17 +0000 Subject: [PATCH] minor fix --- plugins/generic/enumeration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/generic/enumeration.py b/plugins/generic/enumeration.py index be11e3f24..1d43be7e6 100644 --- a/plugins/generic/enumeration.py +++ b/plugins/generic/enumeration.py @@ -1030,7 +1030,7 @@ class Enumeration: tblList = list(tblList) else: - errMsg = "unable to retrieve the tables" + errMsg = "unable to retrieve the tables " errMsg += "on database '%s'" % conf.db raise sqlmapNoneDataException, errMsg