Minor layout adjustments

This commit is contained in:
Bernardo Damele
2010-03-09 22:14:26 +00:00
parent 3f3ddd5437
commit cc611c0010
2 changed files with 4 additions and 4 deletions

View File

@@ -83,8 +83,7 @@ class UDF:
self.udfToCreate.add(udf)
def udfCreateSupportTbl(self, dataType):
debugMsg = "creating a support table to write commands standard "
debugMsg += "output to"
debugMsg = "creating a support table for user-defined functions"
logger.debug(debugMsg)
self.createSupportTbl(self.cmdTblName, self.tblField, dataType)