]> arthur.barton.de Git - bup.git/commit
Narrow the exception handling in cmd-save.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 5 Feb 2010 00:12:30 +0000 (19:12 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 5 Feb 2010 00:12:30 +0000 (19:12 -0500)
commited137493107e159e745e0392ceac0b22ed4186f2
treeb84b4ff096807ee0ada852257bfb39f0da5cd060
parentb1c64e2f87430cd4530500da9ae3cf43664b3df6
Narrow the exception handling in cmd-save.

If we encountered an error *writing* the pack, we were counting it as a
non-fatal error, which was not the intention.  Only *reading* files we want
to back up should be considered non-fatal.
cmd-save.py