Skip to content

Commit

Permalink
f rmg runner ?
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Dec 4, 2024
1 parent 730ad24 commit 1b80838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t3/runners/rmg_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def rmg_runner(rmg_input_file_path: str,
elif rmg_execution_type == 'local':
runner_counter = 0
rmg_errors = list()
converged, restart_rmg, run_rmg = False, restart_rmg, True
converged, run_rmg = False, True
while run_rmg:
runner_counter += 1
project_directory = os.path.abspath(os.path.dirname(rmg_input_file_path))
Expand Down

0 comments on commit 1b80838

Please sign in to comment.