summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-11-17 17:44:34 +0000
committerLars Wirzenius <liw@liw.fi>2015-11-17 17:44:34 +0000
commitb2c7dbb61c4e4a0e10bb05802be688e8d75381de (patch)
treeb70d166b95342674db69ac9fac42d68a871b40d3
parent89495cd1f2a09bb3f60f194bc582935699ccb282 (diff)
downloadobnam-b2c7dbb61c4e4a0e10bb05802be688e8d75381de.tar.gz
Call _prepare_data at the one place it wasn't
This seems to change nothing, but I now I know _load_data can do the prep.
-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 a730b8af..f6af8630 100644
--- a/obnamlib/fmt_ga/indexes.py
+++ b/obnamlib/fmt_ga/indexes.py
@@ -87,6 +87,7 @@ class GAChunkIndexes(object):
def find_chunk_ids_by_content(self, chunk_content):
self._load_data()
+ self._prepare_data()
if 'index' in self._data:
token = self.prepare_chunk_for_indexes(chunk_content)
result = [