]> arthur.barton.de Git - bup.git/commit - cmd/ftp-cmd.py
cmd/ftp: if 'get' command returns an error, print it first.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 23 Apr 2010 20:32:31 +0000 (16:32 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 23 Apr 2010 20:32:31 +0000 (16:32 -0400)
commit35097092c75673a83151bbddc710b2e51906210f
tree97b01792fef502a4938ad486adf6c2cc14d9c21a
parentd4a16537344c2f11ef518a36d9eef232218afd70
cmd/ftp: if 'get' command returns an error, print it first.

Previously we would print "Saving 'filename'" even if we were about to
report that 'filename' doesn't exist or is the wrong file type.
cmd/ftp-cmd.py