Skip to content

Commit

Permalink
Merge branch 'main' into docs_and_demo
Browse files Browse the repository at this point in the history
  • Loading branch information
WinstonLiyt committed Jul 26, 2024
2 parents cf568a5 + 05869ce commit 9c64f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdagent/utils/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def run(self, step_n: int | None = None):
except self.skip_loop_error as e:
logger.warning(f"Skip loop {li} due to {e}")
self.loop_idx += 1
self.step_index = 0
self.step_idx = 0
continue

end = datetime.datetime.now(datetime.timezone.utc)
Expand Down

0 comments on commit 9c64f14

Please sign in to comment.