6e62da435b
All other uis (especially BaseUI) define as warn(self, msg, minor = 0) just MachineUI required minor without a default. This leads the Machine UI to error out with an exception if we pass it ui.warn("string") which is the common thing in our code base. This patch is therefore small but critical in fixing this UI. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net> |
||
---|---|---|
.. | ||
__init__.py | ||
Blinkenlights.py | ||
Curses.py | ||
debuglock.py | ||
detector.py | ||
Machine.py | ||
Noninteractive.py | ||
TTY.py | ||
UIBase.py |