Commit f7079bb8 authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Tries to fix adafruit warning

Showing with 1 addition and 1 deletion
+1 -1
......@@ -50,7 +50,7 @@ class Ctl(CtlAbstract):
except RuntimeWarning:
pass
except Exception as e:
self.exec_logger.warning(f'Could not initialize Extended I2C:\n{e}')
self.exec_logger.error(f'Could not initialize Extended I2C:\n{e}')
warnings.resetwarnings()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment