removing space left

This commit is contained in:
Miroslav Stampar 2011-05-23 14:18:33 +00:00
parent 0ed03d474f
commit 31b48ec11c

View File

@ -88,7 +88,7 @@ def __oneShotUnionUse(expression, unpack=True):
warnMsg += trimmed
logger.warn(warnMsg)
elif Backend.isDbms(DBMS.MYSQL):
warnMsg = "if the problem persists with 'None' values please try to use "
warnMsg = "if the problem persists with 'None' values please try to use "
warnMsg += "hidden switch --no-cast (fixing problems with some collation "
warnMsg += "issues)"
singleTimeLogMessage(warnMsg, logging.WARN, WARNFLAGS.NO_CAST)