Skip to content

Commit

Permalink
Update runner.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxHalford committed Oct 7, 2024
1 parent f38d821 commit 8db873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lea/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import lea

console = rich.console.Console(force_interactive=True)
console = rich.console.Console(force_terminal=True)

RUNNING = "[white]RUNNING"
SUCCESS = "[green]SUCCESS"
Expand Down

0 comments on commit 8db873f

Please sign in to comment.