Skip to content

Commit

Permalink
chore: update web.py (#395)
Browse files Browse the repository at this point in the history
seperate -> separate
  • Loading branch information
eltociear authored Sep 29, 2024
1 parent 706b7df commit 520ab06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rdagent/log/ui/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, ui: "StWindow"):

def display(self, s: Storage, watch: bool = False):
for msg in s.iter_msg(): # iterate overtime
# NOTE: iter_msg will correctly seperate the information.
# NOTE: iter_msg will correctly separate the information.
# TODO: msg may support streaming mode.
self.ui.consume_msg(msg)

Expand Down

0 comments on commit 520ab06

Please sign in to comment.