]> arthur.barton.de Git - bup.git/commit
auto_midx(): report args when failing to call a subprocess.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 26 Jan 2011 03:32:27 +0000 (19:32 -0800)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 26 Jan 2011 03:32:27 +0000 (19:32 -0800)
commit0bd88aa2def7d582834397dd9caf0e62fe485d67
tree44d963cb10ec2e3d9ce60f4b184bb349617cae10
parent8e3764b0d962a112f463655a731bdbb3b9203ea8
auto_midx(): report args when failing to call a subprocess.

The exception from subprocess.call() doesn't report the path it tried to use
when it prints the "No such file or directory" error, which isn't helpful
when trying to debug problems.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
lib/bup/git.py