mcu: Raise a config error on an invalid pin name in the config file
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -34,6 +34,7 @@ Printer is shutdown
|
||||
"""
|
||||
|
||||
class ConfigWrapper:
|
||||
error = ConfigParser.Error
|
||||
def __init__(self, printer, section):
|
||||
self.printer = printer
|
||||
self.section = section
|
||||
|
Reference in New Issue
Block a user