Salome HOME
Implementation of the project notion, remove all pyconf regardings the products from...
[tools/sat.git] / commands / job.py
index ca56a0195218cb9d4ebbb4a65d90a5c5dadf62fb..8d1a63b90f265791db8817da501567d4439df9ff 100644 (file)
@@ -123,9 +123,9 @@ def run(args, runner, logger):
         logger.flush()
         # Execute the command
         code = sat_command(end_cmd,
-                                     batch = True,
-                                     verbose = 0,
-                                     logger_add_link = logger)
+                           batch = True,
+                           verbose = 0,
+                           logger_add_link = logger)
         # Print the status of the command
         if code == 0:
             nb_pass += 1