]> git.decadent.org.uk Git - dak.git/commitdiff
Fix race condition in our commands.getstatusoutput monkeypatch
authorChris Lamb <lamby@debian.org>
Wed, 7 Jul 2010 13:22:44 +0000 (14:22 +0100)
committerChris Lamb <lamby@debian.org>
Wed, 7 Jul 2010 13:22:44 +0000 (14:22 +0100)
Previously we were returning from this method before the process had actually
finished, introducing issues where we relied on process actually finishing or
simply not returning all the data the process was going to produce.


No differences found