mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
10e56ca5b5
commit
96b6492050
@ -22,8 +22,8 @@ def resolved(f):
|
||||
@wraps(f)
|
||||
def wrapper(self, *args, **kwargs):
|
||||
if getattr(self, '_must_resolve', True):
|
||||
self._must_resolve = False
|
||||
self._resolve()
|
||||
self._must_resolve = False
|
||||
return f(self, *args, **kwargs)
|
||||
return wrapper
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user