From fabf1b4fd2c1ae0245d2f0c6000ff8d9d197a29e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B0=D0=B2=D0=B5=D0=BB=20=D0=96=D1=83=D0=BA=D0=BE?= =?UTF-8?q?=D0=B2?= <33721692+LeaveMyYard@users.noreply.github.com> Date: Mon, 15 May 2023 18:19:57 +0300 Subject: [MAIN-169] Add strategy description --- robusta_krr/formatters/table.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robusta_krr/formatters') diff --git a/robusta_krr/formatters/table.py b/robusta_krr/formatters/table.py index 8a93f04..6918512 100644 --- a/robusta_krr/formatters/table.py +++ b/robusta_krr/formatters/table.py @@ -50,7 +50,7 @@ class TableFormatter(BaseFormatter): :rtype: str """ - table = Table(show_header=True, header_style="bold magenta", title=f"Scan result ({result.score} points)") + table = Table(show_header=True, header_style="bold magenta", title=f"Scan result ({result.score} points)", caption=result.description) table.add_column("Number", justify="right", no_wrap=True) table.add_column("Cluster", style="cyan") -- cgit v1.2.3