]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Minor changes.
authorouv <ouv@opencascade.com>
Tue, 18 Jul 2006 12:11:56 +0000 (12:11 +0000)
committerouv <ouv@opencascade.com>
Tue, 18 Jul 2006 12:11:56 +0000 (12:11 +0000)
bin/server.py

index fe7f27d540727b49cfff5fa2f237c623239d63f9..8720f78bf4e502b833685d18ca43a325391c0024 100755 (executable)
@@ -38,8 +38,8 @@ class Server:
           #cmd_str = "\"" + string.join(command, " ") + "\""
           #print cmd_str
           #pid = win32pm.spawnpid( cmd_str )
-          #pid = win32pm.spawnpid( string.join(command, " "), '-nc' )
-          pid = win32pm.spawnpid( string.join(command, " ") )
+          pid = win32pm.spawnpid( string.join(command, " "), '-nc' )
+          #pid = win32pm.spawnpid( string.join(command, " ") )
        else:
           pid = os.spawnvp(os.P_NOWAIT, command[0], command)
         process_id[pid]=self.CMD