summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-07-25 14:17:28 +0300
committerLars Wirzenius <liw@liw.fi>2015-07-25 14:26:08 +0300
commit631a029f32aab55aab22e181d2c7d7b1b56e8309 (patch)
tree0c31627d2e527b696cef5eba3c5327cb12a86b78 /obnamlib/fmt_ga/client.py
parenta0012677e1c736cdc8a9c525e33a62fb38fbd50d (diff)
downloadobnam-631a029f32aab55aab22e181d2c7d7b1b56e8309.tar.gz
Drop --ignore-missing-chunks option
We want robustness by default, and always.
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 ecd3b21a..65422855 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, ignore_missing_chunks=False):
+ def remove_generation(self, gen_number):
self._load_data()
remaining = []
removed = False