Commit 4b9f75b8 authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

Tools: SQL: Minor change.

Showing with 1 addition and 0 deletions
+1 -0
...@@ -247,6 +247,7 @@ class SQL(object): ...@@ -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):
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment