Skip to content

Commit d2ed670

Browse files
hjoliverMetRonnie
andauthored
Update cylc/flow/scripts/reinstall.py
Co-authored-by: Ronnie Dutta <[email protected]>
1 parent c5114a7 commit d2ed670

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cylc/flow/scripts/reinstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ def format_reinstall_output(out: str) -> List[str]:
348348
# Skip this line as nothing will happen to this dir.
349349
continue
350350
match = re.match(r'^(.{11}) (send|del\.|recv) (.*)$', line)
351+
# (On some systems, may get "recv" instead of "send")
351352
if match:
352353
summary, operation, file = match.groups()
353354
color = 'green' if operation == 'send' else 'red'

0 commit comments

Comments
 (0)