From: abd Date: Thu, 19 Oct 2006 13:18:34 +0000 (+0000) Subject: First stable version after merging with V3_2_2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8718b151320f7609e3576f0ad7cf7c2b764924c7;p=modules%2Fkernel.git First stable version after merging with V3_2_2 --- 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" # -----------------------------------------------------------------------------