MCPcopy Create free account
hub / github.com/OpenOSINT/OpenOSINT / _print_error

Function _print_error

openosint/repl.py:173–182  ·  view source on GitHub ↗
(message: str)

Source from the content-addressed store, hash-verified

171
172
173def _print_error(message: str) -> None:
174 console.print()
175 console.print(
176 Panel(
177 f"[bold red]Error:[/] {message}",
178 border_style="red",
179 padding=(0, 2),
180 )
181 )
182 console.print()
183
184
185def _print_config(

Callers 2

_run_investigationMethod · 0.85
runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected