Skip to content

Commit 9db9521

Browse files
committed
cylc reinstall: print rsync stdout in stdout not stderr
1 parent 03e8bdb commit 9db9521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cylc/flow/scripts/reinstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ async def reinstall(
303303
return False
304304

305305
# display rsync output
306-
write('\n'.join(changes), file=sys.stderr)
306+
write('\n'.join(changes), file=sys.stdout)
307307

308308
if not dry_run:
309309
# run post_install plugins

0 commit comments

Comments
 (0)