mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #4719
This commit is contained in:
parent
255dce8c49
commit
7c41967865
2 changed files with 2 additions and 2 deletions
|
|
@ -29,7 +29,7 @@ class Replication(object):
|
|||
self.cursor = self.connection.cursor()
|
||||
except sqlite3.OperationalError as ex:
|
||||
errMsg = "error occurred while opening a replication "
|
||||
errMsg += "file '%s' ('%s')" % (self.filepath, getSafeExString(ex))
|
||||
errMsg += "file '%s' ('%s')" % (dbpath, getSafeExString(ex))
|
||||
raise SqlmapConnectionException(errMsg)
|
||||
|
||||
class DataType(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue