mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-06-10 02:01:57 +00:00
Minor layout adjustments
This commit is contained in:
parent
775e424bf2
commit
c79807f5fb
2 changed files with 12 additions and 10 deletions
|
|
@ -214,6 +214,8 @@ class Dump:
|
|||
self._write("| %s%s |" % (table, blank))
|
||||
|
||||
self._write("+%s+\n" % lines)
|
||||
elif dbTables is None or len(dbTables) == 0:
|
||||
print "No tables found"
|
||||
else:
|
||||
self.string("tables", dbTables)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue