Skip to content

Commit b2efa39

Browse files
committed
works with multithreading, added test
1 parent 1c3a1e9 commit b2efa39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/cli_cmds/console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
)
2828

2929
logger = logging.getLogger("rich")
30-
30+
logging.getLogger('parso').setLevel(logging.WARNING)
3131

3232
def paneled_text(
3333
text: str, panel_args: dict[str, str | bool] | None = None, text_args: dict[str, str] | None = None

0 commit comments

Comments
 (0)