Skip to content

Commit

Permalink
Merge pull request #1972 from YunoHost/configpanel-bind-key-not-found
Browse files Browse the repository at this point in the history
configpanel: error adjust to hint if the bind key wasn't found
  • Loading branch information
alexAubin authored Oct 16, 2024
2 parents eeaaf2f + a280b18 commit 77b8d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/configpanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ def _hydrate(self):
continue
else:
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. (Or maybe the bind key wasn't found?)",
raw_msg=True,
)
value = self.values[option["id"]]
Expand Down

0 comments on commit 77b8d87

Please sign in to comment.