summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-21 19:43:36 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-21 22:28:13 +0100
commit637fc8bc3843d9f1f77f75cc5c2e12e0ec594270 (patch)
tree9d0bfaf87ced5ea4bccd2ebadb94f36e123595d9 /obnamlib/fmt_ga/client.py
parent0cecea8e2bcf421de715ccc200504dd2c1df9d53 (diff)
downloadobnam-637fc8bc3843d9f1f77f75cc5c2e12e0ec594270.tar.gz
Change remove_generation to return list of chunks
This will be useful for actually implementing removal of unused chunks in green-albatross.
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index d07bea77..b267aae0 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -203,6 +203,8 @@ class GAClient(object):
self._generations.set_generations(remaining)
+ return [] # FIXME
+
def get_generation_key(self, gen_number, key):
self._load_data()
generation = self._lookup_generation_by_gen_number(gen_number)