dfdf
This commit is contained in:
@@ -1196,7 +1196,9 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
# In pipeline mode, the CLI renders current-stage tables; printing here duplicates output.
|
||||
suppress_direct_print = bool(isinstance(config, dict) and config.get("_quiet_background_output"))
|
||||
if not suppress_direct_print:
|
||||
print(table)
|
||||
from rich_display import stdout_console
|
||||
|
||||
stdout_console().print(table)
|
||||
return 0
|
||||
|
||||
# Everything below was originally outside a try block; keep it inside so `start_opts` is in scope.
|
||||
@@ -1514,7 +1516,9 @@ def _run(result: Any, args: Sequence[str], config: Dict[str, Any]) -> int:
|
||||
# In pipeline mode, the CLI renders current-stage tables; printing here duplicates output.
|
||||
suppress_direct_print = bool(isinstance(config, dict) and config.get("_quiet_background_output"))
|
||||
if not suppress_direct_print:
|
||||
print(table)
|
||||
from rich_display import stdout_console
|
||||
|
||||
stdout_console().print(table)
|
||||
|
||||
return 0
|
||||
finally:
|
||||
|
||||
Reference in New Issue
Block a user