]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
First stable version after merging with V3_2_2
authorabd <abd@opencascade.com>
Thu, 19 Oct 2006 13:18:34 +0000 (13:18 +0000)
committerabd <abd@opencascade.com>
Thu, 19 Oct 2006 13:18:34 +0000 (13:18 +0000)
bin/orbmodule.py

index 785c0c6c01f813fbdf8a5f578c13113e12fbe482..04fc90e66b854f6603d9132ca71177308cca765b 100755 (executable)
@@ -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"
 
 # -----------------------------------------------------------------------------