mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Another evaluate() call site that needed global_vars
This commit is contained in:
parent
27f11a66ea
commit
16b46e5acd
@ -157,7 +157,7 @@ class Formatter(TemplateFormatter):
|
||||
return self.composite_values[key]
|
||||
self.composite_values[key] = 'RECURSIVE_COMPOSITE FIELD (S2D) ' + key
|
||||
self.composite_values[key] = \
|
||||
self.evaluate(b['display']['composite_template'], [], kwargs)
|
||||
self.evaluate(b['display']['composite_template'], [], kwargs, {})
|
||||
return self.composite_values[key]
|
||||
if key in kwargs:
|
||||
val = kwargs[key]
|
||||
|
Loading…
x
Reference in New Issue
Block a user