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