mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-21 14:47:06 -04:00
[libcalamares] Hook up Python's error() to error, rather than warning
This commit is contained in:
parent
4be932ff9d
commit
e6813949af
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ BOOST_PYTHON_MODULE( libcalamares )
|
|||
bp::args( "s" ),
|
||||
"Writes the given string to the Calamares warning stream." );
|
||||
bp::def(
|
||||
"error", &CalamaresPython::warning, bp::args( "s" ), "Writes the given string to the Calamares error stream." );
|
||||
"error", &CalamaresPython::error, bp::args( "s" ), "Writes the given string to the Calamares error stream." );
|
||||
|
||||
|
||||
// .. YAML functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue