Minor cosmetics

This commit is contained in:
Miroslav Stampar 2012-10-15 18:45:13 +02:00
parent c7cf8b2e80
commit 42b2c85517

View File

@ -42,7 +42,7 @@ def direct(query, content=True):
break
if select and not query.upper().startswith("SELECT "):
query = "SELECT " + query
query = "SELECT %s" % query
logger.log(9, query)