]> arthur.barton.de Git - bup.git/commit
cmd/index: catch exception for paths that don't exist.
authorDavid Roda <davidcroda@gmail.com>
Tue, 31 Aug 2010 22:25:34 +0000 (18:25 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 5 Sep 2010 20:51:49 +0000 (13:51 -0700)
commit94c3b43be36773624aa073583806751bb97ba023
treeb5afba3548287c2d22ad679bac525892fce76223
parentb045a23f7d4659ac66afe36f6f0e426b42abb368
cmd/index: catch exception for paths that don't exist.

Rather than aborting completely if a path specified on the command line
doesn't exist, report it as a non-fatal error instead.

(Heavily modified by apenwarr from David Roda's original patch.)

Signed-off-by: David Roda <davidcroda@gmail.com>
Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
cmd/index-cmd.py
lib/bup/drecurse.py
lib/bup/index.py