mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-08-10 07:50:15 -03:00
feat(recipes): add local-only recipe rematch to scanner
This commit is contained in:
@@ -20,3 +20,12 @@ class RecipeDownloadError(RecipeServiceError):
|
||||
|
||||
class RecipeConflictError(RecipeServiceError):
|
||||
"""Raised when a conflicting recipe state is detected."""
|
||||
|
||||
|
||||
class RecipePersistenceError(RecipeServiceError):
|
||||
"""Raised when a rematched recipe cannot be persisted to disk.
|
||||
|
||||
Raised by the recipe rematch path when ``_save_recipe_persistently``
|
||||
returns False (JSON/EXIF/SQLite write failure). Callers translate it
|
||||
into a ``success: False`` summary with an ``error`` message key.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user