From ae50b0db0cfe56b6aad32aac07fa29e026390f84 Mon Sep 17 00:00:00 2001 From: Meatballs1 Date: Thu, 25 Apr 2024 10:14:44 +0100 Subject: [PATCH] Line length --- HCDevice.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HCDevice.py b/HCDevice.py index 63fb524..e69a71f 100755 --- a/HCDevice.py +++ b/HCDevice.py @@ -173,7 +173,8 @@ class HCDevice: if access != "readwrite" and access != "writeonly": raise Exception( "Unable to configure appliance. " - f"Feature {feature['name']} with uid {uid} has got access {feature['access']}." + f"Feature {feature['name']} with uid {uid} " + f"has got access {feature['access']}." ) # check if selected list with values is allowed