Skip to content

Commit 2e85de8

Browse files
authored
hotfix for too many container logs (#656)
* hotfix for log panel * update version
1 parent 2717b35 commit 2e85de8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

cli/medperf/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.5"
1+
__version__ = "0.1.6"

cli/medperf/ui/web_ui.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ def _print(self, msg: str = "", type: str = "print"):
5050
else:
5151
typer.echo(msg)
5252

53+
if type == "print" and self.is_interactive:
54+
return
55+
5356
self.set_event(
5457
{
5558
"type": type,

0 commit comments

Comments
 (0)