Loading noctua/utils/check.py +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ def meteo_errors(func): this.error = [] return func(*args, **kwargs) except pyvantagepro.device.NoDeviceException as e: except NoDeviceException as e: msg = f"{name}: Cannot connect to meteo station" log.error(msg) log.error(e) Loading Loading
noctua/utils/check.py +1 −1 Original line number Diff line number Diff line Loading @@ -277,7 +277,7 @@ def meteo_errors(func): this.error = [] return func(*args, **kwargs) except pyvantagepro.device.NoDeviceException as e: except NoDeviceException as e: msg = f"{name}: Cannot connect to meteo station" log.error(msg) log.error(e) Loading