summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
authorLukáš Poláček <lukas@spotify.com>2015-07-20 16:54:24 +0200
committerLars Wirzenius <liw@liw.fi>2015-07-25 14:26:08 +0300
commit0da82b27bd07b781e441793b08c661516a33489b (patch)
treeb7b782548f3efa2b81518eae800625db0a0e4cb1 /obnamlib/fmt_ga/client.py
parentf22994cc99017f5aeab809a406b0c5d1940fd5a8 (diff)
downloadobnam-0da82b27bd07b781e441793b08c661516a33489b.tar.gz
Add --ignore-missing-chunks option to forget
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index 65422855..ecd3b21a 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -174,7 +174,7 @@ class GAClient(object):
else:
return str(1)
- def remove_generation(self, gen_number):
+ def remove_generation(self, gen_number, ignore_missing_chunks=False):
self._load_data()
remaining = []
removed = False