summaryrefslogtreecommitdiff
path: root/obnamlib/fmt_ga/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'obnamlib/fmt_ga/client.py')
-rw-r--r--obnamlib/fmt_ga/client.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/obnamlib/fmt_ga/client.py b/obnamlib/fmt_ga/client.py
index d29c85a6..85417d04 100644
--- a/obnamlib/fmt_ga/client.py
+++ b/obnamlib/fmt_ga/client.py
@@ -74,6 +74,9 @@ class GAClient(object):
def get_dirname(self):
return self._dirname
+ def flush(self):
+ self._save_file_metadata()
+
def commit(self):
self._load_data()
self._finish_current_generation_if_any()