minor update

This commit is contained in:
Miroslav Stampar 2011-11-30 17:44:34 +00:00
parent 71c46f50aa
commit f1dfa5c860

View File

@ -2981,7 +2981,7 @@ def expandMnemonics(mnemonics, parser, args):
def safeCSValue(value):
"""
Returns value safe for CSV dumping.
Reference: http://stackoverflow.com/questions/769621/dealing-with-commas-in-a-csv-file
Reference: http://tools.ietf.org/html/rfc4180
"""
retVal = value