Commit 833e55cd authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Merge branch 'v2024_rc' of gitlab-ssh.irstea.fr:reversaal/OhmPi into v2024_rc

Showing with 1 addition and 1 deletion
+1 -1
...@@ -44,10 +44,10 @@ class Ctl(CtlAbstract): ...@@ -44,10 +44,10 @@ class Ctl(CtlAbstract):
except RuntimeWarning: except RuntimeWarning:
pass pass
warnings.resetwarnings()
# Extended I2C # Extended I2C
try: try:
self.interfaces['i2c_ext'] = ExtendedI2C(4) # 4 is defined self.interfaces['i2c_ext'] = ExtendedI2C(4) # 4 is defined
warnings.resetwarnings()
except RuntimeWarning: except RuntimeWarning:
pass pass
except Exception as e: except Exception as e:
......
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