mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 03:50:24 +09:00
SchemaItemBoolean and SchemaItemInteger attempt to raise an exception of type Error when given invalid input, but this type has never been defined. Use ValueError instead.