mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
minor beautification
This commit is contained in:
parent
31b48ec11c
commit
4542d4535f
1 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,9 @@ class Dump:
|
|||
if data:
|
||||
data = self.__formatString(data)
|
||||
|
||||
if data[-1] == '\n':
|
||||
data = data[:-1]
|
||||
|
||||
if "\n" in data:
|
||||
self.__write("%s:\n---\n%s\n---\n" % (header, data))
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue