From 8718b151320f7609e3576f0ad7cf7c2b764924c7 Mon Sep 17 00:00:00 2001 From: abd Date: Thu, 19 Oct 2006 13:18:34 +0000 Subject: [PATCH] First stable version after merging with V3_2_2 --- bin/orbmodule.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/orbmodule.py b/bin/orbmodule.py index 785c0c6c0..04fc90e66 100755 --- a/bin/orbmodule.py +++ b/bin/orbmodule.py @@ -35,7 +35,8 @@ class Server: print commande if sys.platform != "win32": ier=os.system(commande) - if ier:print "Commande failed" + if ier: + print "Commande failed" # ----------------------------------------------------------------------------- -- 2.39.2