[CI] Format code

This commit is contained in:
yunohost-bot 2021-09-13 01:08:29 +00:00
parent 454844d2e0
commit aeb0ef9289

View file

@ -332,7 +332,8 @@ class ConfigPanel:
continue
else:
raise YunohostError(
f"Config panel question '{option['id']}' should be initialized with a value during install or upgrade.", raw_msg=True
f"Config panel question '{option['id']}' should be initialized with a value during install or upgrade.",
raw_msg=True,
)
value = self.values[option["name"]]
# In general, the value is just a simple value.