better language

This commit is contained in:
Miroslav Stampar 2011-05-30 23:04:49 +00:00
parent b7088440c2
commit 9600556dae

View File

@ -159,7 +159,7 @@ def tableExists(tableFile, regex=None):
dataToStdout("\n") dataToStdout("\n")
if not retVal: if not retVal:
warnMsg = "no table found" warnMsg = "no table(s) found"
logger.warn(warnMsg) logger.warn(warnMsg)
else: else:
for item in retVal: for item in retVal:
@ -283,7 +283,7 @@ def columnExists(columnFile, regex=None):
dataToStdout("\n") dataToStdout("\n")
if not retVal: if not retVal:
warnMsg = "no column found" warnMsg = "no column(s) found"
logger.warn(warnMsg) logger.warn(warnMsg)
else: else:
columns = {} columns = {}