mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-03 22:31:34 +00:00
Trivial update
This commit is contained in:
parent
5077844dd9
commit
f9ee0f4c0a
3 changed files with 4 additions and 4 deletions
|
|
@ -133,7 +133,7 @@ class Dump(object):
|
|||
if "\n" in _:
|
||||
self._write("%s:\n---\n%s\n---" % (header, _))
|
||||
else:
|
||||
self._write("%s: %s" % (header, ("'%s'" % _) if isinstance(data, basestring) else _))
|
||||
self._write("%s: %s" % (header, ("'%s'" % _) if isinstance(data, basestring) else _))
|
||||
else:
|
||||
self._write("%s:\tNone" % header)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue