]> arthur.barton.de Git - bup.git/commit
vfs: fix finish_extract()
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 28 Jan 2020 23:19:33 +0000 (00:19 +0100)
committerRob Browning <rlb@defaultvalue.org>
Sun, 2 Feb 2020 18:14:35 +0000 (12:14 -0600)
commit9cbb51ec1423ef2e24f18f756585dcc39d8a54f2
treed55b801fab55b5d815fb496deccd452f6afd610a
parentcb3fbc26db988ac381d08b0d198701b4a6cadd53
vfs: fix finish_extract()

The 'dir' variable doesn't exist here, must be 'meta' instead.

Fixes: 0962d3904735 ("Add initial support for metadata archives.")
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Reviewed-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/metadata.py