summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-12-24 00:24:25 +0000
committerLars Wirzenius <liw@liw.fi>2013-12-28 21:51:24 +0000
commit821dbcccb81574c7e3cc2664189b154f8849a541 (patch)
tree5f6f0453bbacdb7392208f92efe5798148cac154
parentcd228b679286482047b53a87a2230e87189454e0 (diff)
downloadobnam-821dbcccb81574c7e3cc2664189b154f8849a541.tar.gz
Remove now-pointless metadata construction
-rw-r--r--obnamlib/plugins/verify_plugin.py1
-rw-r--r--test-gpghome/random_seedbin600 -> 600 bytes
2 files changed, 0 insertions, 1 deletions
diff --git a/obnamlib/plugins/verify_plugin.py b/obnamlib/plugins/verify_plugin.py
index 4d62b40d..64057286 100644
--- a/obnamlib/plugins/verify_plugin.py
+++ b/obnamlib/plugins/verify_plugin.py
@@ -120,7 +120,6 @@ class VerifyPlugin(obnamlib.ObnamPlugin):
chosen.append(filename)
for filename in chosen:
self.app.ts['filename'] = filename
- metadata = self.construct_metadata_object(gen_id, filename)
try:
self.verify_metadata(gen_id, filename)
self.verify_regular_file(gen_id, filename)
diff --git a/test-gpghome/random_seed b/test-gpghome/random_seed
index 229ab9cf..143956d2 100644
--- a/test-gpghome/random_seed
+++ b/test-gpghome/random_seed
Binary files differ