Skip to content

Commit 1b80838

Browse files
committed
f rmg runner ?
1 parent 730ad24 commit 1b80838

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t3/runners/rmg_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def rmg_runner(rmg_input_file_path: str,
298298
elif rmg_execution_type == 'local':
299299
runner_counter = 0
300300
rmg_errors = list()
301-
converged, restart_rmg, run_rmg = False, restart_rmg, True
301+
converged, run_rmg = False, True
302302
while run_rmg:
303303
runner_counter += 1
304304
project_directory = os.path.abspath(os.path.dirname(rmg_input_file_path))

0 commit comments

Comments
 (0)