Signed-off-by: Litchi Pi <litchi.pi@proton.me>
This commit is contained in:
Litchi Pi 2025-07-24 12:11:00 +02:00
commit e76e820d37

View file

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