Skip to content

Commit 22af164

Browse files
author
dustinswales
committed
Revert change
1 parent ccd47a4 commit 22af164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/src/run_scm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ def launch_executable(use_gdb, gdb, mpi_command, ignore_error = False):
738738
mpi_command = DEFAULT_MPI_COMMAND
739739
cmd = '(cd {scm_run} && time {mpi_command} {executable})'.format(scm_run=SCM_RUN, mpi_command=mpi_command, executable=EXECUTABLE)
740740
logging.info('Passing control to "{0}"'.format(cmd))
741-
#time.sleep(1)
741+
time.sleep(1)
742742
# This will abort in 'execute' in the event of an error if ignore_error = False
743743
(status, stdout, stderr) = execute(cmd, ignore_error = ignore_error)
744744
logging.info('Process "{0}" returned with status {1}'.format(cmd, status))

0 commit comments

Comments
 (0)