Skip to content

Commit b137137

Browse files
Update cylc/uiserver/resolvers.py
Co-authored-by: Tim Pillinger <[email protected]>
1 parent a839eed commit b137137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/uiserver/resolvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ async def cat_log(cls, id_: Tokens, app: 'CylcUIServer', info, file=None):
392392
# track the number of lines received so far
393393
line_count = 0
394394

395-
# the time we started the cylc cat-loo process
395+
# the time we started the cylc cat-log process
396396
start_time = time()
397397

398398
# configured cat-log process timeout

0 commit comments

Comments
 (0)