mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 14:53:37 +02:00
...
This commit is contained in:
parent
5b22a690cc
commit
cc3573480e
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ def __render_composite(self, book_id, mi, formatter, template_cache):
|
|||
def _render_composite_with_cache(self, book_id, mi, formatter, template_cache):
|
||||
''' INTERNAL USE ONLY. DO NOT USE METHOD DIRECTLY. INSTEAD USE
|
||||
db.composite_for() OR mi.get(). Those methods make sure there is no
|
||||
risk of infinite recursion when evaluating temoplates that refer to
|
||||
risk of infinite recursion when evaluating templates that refer to
|
||||
themselves. '''
|
||||
with self._lock:
|
||||
ans = self._render_cache.get(book_id, None)
|
||||
|
|
|
|||
Loading…
Reference in a new issue