mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8769908316
commit
bb47a2eb59
@ -68,7 +68,7 @@ class Rule(object): # {{{
|
|||||||
{sig}
|
{sig}
|
||||||
test(and('1',
|
test(and('1',
|
||||||
{conditions}
|
{conditions}
|
||||||
), {color}, '')
|
), {color}, '');
|
||||||
''').format(sig=self.signature, conditions=conditions,
|
''').format(sig=self.signature, conditions=conditions,
|
||||||
color=self.color)
|
color=self.color)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user