summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-17 17:43:10 +0000
committerLars Wirzenius <liw@liw.fi>2015-11-17 17:43:10 +0000
commit89495cd1f2a09bb3f60f194bc582935699ccb282 (patch)
treead6c946ee52be30a42839386bbd0e70856dd7976
parent496b4c3ec2bf9fadc5d59f44f98fa45ea199e1f2 (diff)
downloadobnam-89495cd1f2a09bb3f60f194bc582935699ccb282.tar.gz
Prepare data after loading in commit
-rw-r--r--obnamlib/fmt_ga/indexes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/indexes.py b/obnamlib/fmt_ga/indexes.py
index 0e05fd03..a730b8af 100644
--- a/obnamlib/fmt_ga/indexes.py
+++ b/obnamlib/fmt_ga/indexes.py
@@ -44,6 +44,7 @@ class GAChunkIndexes(object):
def commit(self):
self._load_data()
+ self._prepare_data()
self._save_data()
def _save_data(self):