mirror of https://gitlab.com/pamhyr/pamhyr2
Tools: SQL: Minor change.
parent
2139b42b77
commit
4b9f75b8d1
|
|
@ -247,6 +247,7 @@ class SQL(object):
|
||||||
self._init_db_file(filename)
|
self._init_db_file(filename)
|
||||||
|
|
||||||
def commit(self):
|
def commit(self):
|
||||||
|
logger.debug("SQL - commit")
|
||||||
self._db.commit()
|
self._db.commit()
|
||||||
|
|
||||||
def _fetch_string(self, s):
|
def _fetch_string(self, s):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue