summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/chunk_store.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-05-16 18:27:24 +0300
committerLars Wirzenius <liw@liw.fi>2015-05-16 19:06:29 +0300
commit68e18a105bc9bca499895bf39bb5cffcf63d3dbf (patch)
tree979ef260d0691a92e4e90ffa6bdfc8e2bcefc940 /obnamlib/fmt_ga/chunk_store.py
parent246bb669a27278ecb73e93c0e1b0ad0393a2e32f (diff)
downloadobnam-68e18a105bc9bca499895bf39bb5cffcf63d3dbf.tar.gz
Add RepositoryInterface.flush_chunks method
Diffstat (limited to 'obnamlib/fmt_ga/chunk_store.py')
-rw-r--r--obnamlib/fmt_ga/chunk_store.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/chunk_store.py b/obnamlib/fmt_ga/chunk_store.py
index 2a0562b9..7232d39a 100644
--- a/obnamlib/fmt_ga/chunk_store.py
+++ b/obnamlib/fmt_ga/chunk_store.py
@@ -65,6 +65,9 @@ class GAChunkStore(object):
filename=filename)
self._fs.remove(filename)
+ def flush_chunks(self):
+ pass
+
def get_chunk_ids(self):
if not self._fs.exists(self._dirname):
return []