From: Thierry Parmentelat Date: Fri, 15 Jan 2010 10:25:46 +0000 (+0000) Subject: oops X-Git-Tag: tests-5.0-1~9 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=62f21756fb70c05e01ff471eb26cd1d06489b95f;p=tests.git oops --- diff --git a/system/utils.py b/system/utils.py index 19113b0..a7637e6 100644 --- a/system/utils.py +++ b/system/utils.py @@ -25,7 +25,7 @@ def system(command,background=False,silent=False): print 'dry_run:',command return 0 - if silent : command += "2> /dev/null" + if silent : command += " 2> /dev/null" if background: command += " &" if silent: print '.',