If I run the code:
connection = manager.connect(\"I2Cx\")
The program crashes and reports a KeyError because I2Cx doesn\'t exist (it should be
If you don't want to handle error just NoneType and use get() e.g.:
NoneType
get()
manager.connect.get("")