]> git.decadent.org.uk Git - dak.git/commit
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)
commit1d51baf77090bae1afb98016831a95c9b050ae2e
tree41cc4628853b850bf8bcd8518dfedc59152602e6
parentabc554f7b6c4f7cd011a1d395d1d475aa56c5dc9
Fix race condition in our commands.getstatusoutput monkeypatch

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.
daklib/utils.py