summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnamlib/plugins/show_plugin.py2
-rw-r--r--test-gpghome/random_seedbin600 -> 600 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/obnamlib/plugins/show_plugin.py b/obnamlib/plugins/show_plugin.py
index 00f3886b..c07150a1 100644
--- a/obnamlib/plugins/show_plugin.py
+++ b/obnamlib/plugins/show_plugin.py
@@ -131,7 +131,7 @@ class ShowPlugin(obnamlib.ObnamPlugin):
'''Check if the most recent generation is recent enough.'''
try:
self.open_repository()
- except obnamlib.Error, e:
+ except (obnamlib.Error, obnamlib.ObnamError), e:
self.app.output.write('CRITICAL: %s\n' % e)
sys.exit(2)
diff --git a/test-gpghome/random_seed b/test-gpghome/random_seed
index 85661e53..22cbbf8a 100644
--- a/test-gpghome/random_seed
+++ b/test-gpghome/random_seed
Binary files differ