DescriptionThe try around subprocess.check_call catches Exception. Instead catch CalledProcessException so that other exceptions aren't swallowed.
Due to a confluence of other problems, this was eating an exception that subprocess was raising before actually starting the subprocess.
ref: http://docs.python.org/library/subprocess.html#subprocess.check_call
R=scr@chromium.org
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|