Skip to content

Commit 27baa49

Browse files
committed
Temp, try to fix stderr issues
Signed-off-by: Fabrice Normandin <normandf@mila.quebec>
1 parent 7f7277d commit 27baa49

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cluv/utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import rich.console
66

77
console = rich.console.Console(record=True, file=sys.stdout)
8+
_console = rich.console.Console(record=True, file=sys.stderr)
89

910

1011
def current_cluster() -> str | None:

0 commit comments

Comments
 (0)