mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
commit
d74f454024
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue