Cleaning leftover

This commit is contained in:
Miroslav Stampar
2017-05-30 11:41:42 +02:00
parent 5f3235ef57
commit b9b5d07336
3 changed files with 3 additions and 4 deletions

View File

@@ -1201,7 +1201,6 @@ def cleanQuery(query):
if queryMatch and "sys_exec" not in query:
retVal = retVal.replace(queryMatch.group(1), sqlStatement.upper())
return retVal
def setPaths(rootPath):