mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor layout adjustments
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user