mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 16:24:25 +03:00
minor update
This commit is contained in:
parent
71c46f50aa
commit
f1dfa5c860
|
@ -2981,7 +2981,7 @@ def expandMnemonics(mnemonics, parser, args):
|
||||||
def safeCSValue(value):
|
def safeCSValue(value):
|
||||||
"""
|
"""
|
||||||
Returns value safe for CSV dumping.
|
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
|
retVal = value
|
||||||
|
|
Loading…
Reference in New Issue
Block a user