]> arthur.barton.de Git - bup.git/commit
cmd/{index,save}: handle ctrl-c without printing a big exception trace. bup-0.12a
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 13 Mar 2010 01:40:46 +0000 (20:40 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 13 Mar 2010 02:47:39 +0000 (21:47 -0500)
commita05f66cb9b18729fd61d6dabf6d9d31ce7eda6ad
tree586d9de09f5718944b58a801a43ac00f82aa012f
parent035bad1573f3ec6649ef301731761cbebb666950
cmd/{index,save}: handle ctrl-c without printing a big exception trace.

It's not very exciting to look at a whole stack trace just because someone
hit ctrl-c, especially since that's designed to work fine.  Trim it down in
that case.
cmd/index-cmd.py
cmd/save-cmd.py
lib/bup/helpers.py