From: Chris Lamb Date: Wed, 7 Jul 2010 13:22:44 +0000 (+0100) Subject: Fix race condition in our commands.getstatusoutput monkeypatch X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;h=1d51baf77090bae1afb98016831a95c9b050ae2e;hp=1d51baf77090bae1afb98016831a95c9b050ae2e;p=dak.git 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. ---