From 49c6672188f5048941b84d86b07af5d9efed522d Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 2 Mar 2016 21:00:16 +0100 Subject: No need to wait(), communicate() will already wait --- spline-startup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spline-startup b/spline-startup index 4881f61..746e149 100755 --- a/spline-startup +++ b/spline-startup @@ -106,7 +106,7 @@ class SplineStartup(object): if output != '': for line in output.split('\n'): self._pinfo(line) - return proc.wait() + return proc.returncode else: return 0 -- cgit v1.2.3-1-g7c22