MCPcopy Index your code
hub / github.com/archlinux/archinstall / error

Function error

archinstall/lib/log.py:186–194  ·  view source on GitHub ↗
(
	*msgs: str,
	level: int = logging.ERROR,
	fg: str = 'red',
	bg: str | None = None,
	reset: bool = False,
	font: list[Font] = [],
)

Source from the content-addressed store, hash-verified

184
185
186def error(
187 *msgs: str,
188 level: int = logging.ERROR,
189 fg: str = 'red',
190 bg: str | None = None,
191 reset: bool = False,
192 font: list[Font] = [],
193) -> None:
194 log(*msgs, level=level, fg=fg, bg=bg, reset=reset, font=font)
195
196
197def warn(

Callers 15

_fetch_arch_dbFunction · 0.90
_share_log_commandFunction · 0.90
_error_messageFunction · 0.90
update_keyringFunction · 0.90
__exit__Method · 0.90
set_localeMethod · 0.90
minimal_installationMethod · 0.90
_add_grub_bootloaderMethod · 0.90
_config_ukiMethod · 0.90
set_keyboard_languageMethod · 0.90
executeMethod · 0.90

Calls 1

logFunction · 0.85

Tested by

no test coverage detected