Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/GitGuardian/ggshield
/ display_error
Method
display_error
ggshield/core/ui/ggshield_ui.py:84–86 ·
view source on GitHub ↗
(self, message: str)
Source
from the content-addressed store, hash-verified
82
self._echo(Level.WARNING, message)
83
84
def
display_error(self, message: str) -> None:
85
if
self.level >= Level.ERROR:
86
self._echo(Level.ERROR, message)
87
88
@abstractmethod
89
def
log(self, record: LogRecord) -> None:
Callers
15
handle_exception
Function · 0.80
_find_dot_env
Function · 0.80
get_prereceive_timeout
Function · 0.80
jenkins_previous_commit_sha
Function · 0.80
display_error
Function · 0.80
log
Method · 0.80
_install_from_gitguardian
Function · 0.80
_install_from_local_wheel
Function · 0.80
_install_from_url
Function · 0.80
_install_from_github_release
Function · 0.80
_install_from_github_artifact
Function · 0.80
enable_cmd
Function · 0.80
Calls
1
_echo
Method · 0.95
Tested by
1
test_scan_cmd
Function · 0.64