cylc-flow icon indicating copy to clipboard operation
cylc-flow copied to clipboard

play: colour formatting turned off

Open oliver-sanders opened this issue 2 years ago • 1 comments

Minor but annoying issue which has been kicking about for a while.

When cylc play re-invokes remotely the colour formatting gets turned off for some reason.

The colour formatting can be helpful as it makes errors and warnings more prominent as well as making it easier to visually filter out debug messages when debugging.

See also #4914

Pull requests welcome!

oliver-sanders avatar Sep 26 '22 13:09 oliver-sanders

Probably caused by #4562? (Which fixes a more important bug, but hopefully we can have our cake and eat it too...)

hjoliver avatar Sep 26 '22 22:09 hjoliver

Probably caused by https://github.com/cylc/cylc-flow/pull/4562?

Yep. The easiest solution I can see is to set --color=always on the detached process in the situations where we would want colour.

oliver-sanders avatar Apr 12 '23 13:04 oliver-sanders