]> arthur.barton.de Git - bup.git/commit
main: initialize 'p' before the try/finally that uses it.
authorAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Mar 2010 22:43:33 +0000 (17:43 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Wed, 3 Mar 2010 22:43:57 +0000 (17:43 -0500)
commit22de155345f0f04aab6a3012af82a39f38b69a79
treecce6335943c05e94adafa996cf55caa5012fb6da
parent9872d84c87fa4034fad0e63a90fdc5c782dae88b
main: initialize 'p' before the try/finally that uses it.

Otherwise, if we fail to run the subprocess, the finally section doesn't
work quite right.
main.py