mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Missing raw_msg=True
This commit is contained in:
parent
092d6f9df7
commit
454844d2e0
1 changed files with 1 additions and 1 deletions
|
@ -332,7 +332,7 @@ class ConfigPanel:
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
raise YunohostError(
|
raise YunohostError(
|
||||||
f"Config panel question '{option['id']}' should be initialized with a value during install or upgrade."
|
f"Config panel question '{option['id']}' should be initialized with a value during install or upgrade.", raw_msg=True
|
||||||
)
|
)
|
||||||
value = self.values[option["name"]]
|
value = self.values[option["name"]]
|
||||||
# In general, the value is just a simple value.
|
# In general, the value is just a simple value.
|
||||||
|
|
Loading…
Add table
Reference in a new issue