mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
fixup
Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
parent
5cd7c23174
commit
e76e820d37
1 changed files with 1 additions and 1 deletions
|
@ -393,7 +393,7 @@ class RecipeService(RecipeServiceBase):
|
|||
continue
|
||||
|
||||
if getattr(new_data, field) is None:
|
||||
raise exceptions.IncompleteData(missing, "Incomplete recipe")
|
||||
raise exceptions.IncompleteData(field, "Incomplete recipe")
|
||||
|
||||
if recipe is None or recipe.settings is None:
|
||||
raise exceptions.NoEntryFound("Recipe not found.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue