fix(minor): logging fix in document.py
This commit is contained in:
parent
fe9f1e803e
commit
e262ef6add
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ class Database(object):
|
|||
def mogrify():
|
||||
try:
|
||||
return self._cursor.mogrify(query, values)
|
||||
except TypeError:
|
||||
except:
|
||||
return [query, values]
|
||||
|
||||
# for debugging in tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue