Commit de5f2932 authored by vertighel's avatar vertighel
Browse files

check pylinted

parent ded1b01b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)