Missing raw_msg=True

This commit is contained in:
Alexandre Aubin 2021-09-13 02:44:59 +02:00
parent 092d6f9df7
commit 454844d2e0

View file

@ -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.