Line length
This commit is contained in:
@@ -173,7 +173,8 @@ class HCDevice:
|
|||||||
if access != "readwrite" and access != "writeonly":
|
if access != "readwrite" and access != "writeonly":
|
||||||
raise Exception(
|
raise Exception(
|
||||||
"Unable to configure appliance. "
|
"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
|
# check if selected list with values is allowed
|
||||||
|
|||||||
Reference in New Issue
Block a user