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
354b00a7b4
commit
341a3f9ada
1 changed files with 2 additions and 2 deletions
|
@ -54,5 +54,5 @@ class IncompleteData(Exception):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, missing, *args, **kwargs):
|
def __init__(self, missing, *args, **kwargs):
|
||||||
Exception.__init__(*args, **kwargs)
|
Exception.__init__(self, *args, **kwargs)
|
||||||
self.missing = missing
|
self.__context__["missing"] = missing
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue