Commit b3522b1b authored by Julien Muchembled's avatar Julien Muchembled

importer: fix crash when aborting transaction

parent 68401e70
...@@ -299,7 +299,7 @@ class ImporterDatabaseManager(DatabaseManager): ...@@ -299,7 +299,7 @@ class ImporterDatabaseManager(DatabaseManager):
for x in """query erase getConfiguration _setConfiguration for x in """query erase getConfiguration _setConfiguration
getPartitionTable changePartitionTable getUnfinishedTIDList getPartitionTable changePartitionTable getUnfinishedTIDList
dropUnfinishedData storeTransaction finishTransaction dropUnfinishedData storeTransaction finishTransaction
storeData storeData _pruneData
""".split(): """.split():
setattr(self, x, getattr(self.db, x)) setattr(self, x, getattr(self.db, x))
......
Markdown is supported
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