From 62f21756fb70c05e01ff471eb26cd1d06489b95f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Jan 2010 10:25:46 +0000 Subject: [PATCH] oops --- system/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '.', -- 2.47.0