mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
...
This commit is contained in:
parent
99cff6a41b
commit
c5f95e08b7
@ -773,7 +773,7 @@ OptionRecommendation(name='search_replace',
|
||||
# plugins.
|
||||
for w in ('input_options', 'output_options',
|
||||
'all_format_options'):
|
||||
temp = set([])
|
||||
temp = set()
|
||||
for x in getattr(self, w):
|
||||
temp.add(x.clone())
|
||||
setattr(self, w, temp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user