]> arthur.barton.de Git - bup.git/commit
save: detect missing metastore via ENOENT not EACCES
authorRob Browning <rlb@defaultvalue.org>
Fri, 8 Oct 2021 17:39:16 +0000 (12:39 -0500)
committerRob Browning <rlb@defaultvalue.org>
Mon, 22 Nov 2021 16:35:28 +0000 (10:35 -0600)
commit0840163bf2d3e9467807772283677856bb799887
treea4c318d513a474bef368f9b2fc24eb1e1d4fb16c
parentce50c0b3537327b2ec0bfda031cc4ec99e2ca870
save: detect missing metastore via ENOENT not EACCES

While we might also eventually want to handle EACCES, ENOENT should be
what we want for the current handler, i.e. "does it exist at all".

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/cmd/save.py