Skip to content

Commit

Permalink
Update cylc/uiserver/resolvers.py
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Pillinger <[email protected]>
  • Loading branch information
oliver-sanders and wxtim authored Nov 12, 2024
1 parent a839eed commit b137137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cylc/uiserver/resolvers.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ async def cat_log(cls, id_: Tokens, app: 'CylcUIServer', info, file=None):
# track the number of lines received so far
line_count = 0

# the time we started the cylc cat-loo process
# the time we started the cylc cat-log process
start_time = time()

# configured cat-log process timeout
Expand Down

0 comments on commit b137137

Please sign in to comment.