This commit is contained in:
Kovid Goyal 2016-06-04 13:40:57 +05:30
parent 99cff6a41b
commit c5f95e08b7

View File

@ -773,7 +773,7 @@ OptionRecommendation(name='search_replace',
# plugins. # plugins.
for w in ('input_options', 'output_options', for w in ('input_options', 'output_options',
'all_format_options'): 'all_format_options'):
temp = set([]) temp = set()
for x in getattr(self, w): for x in getattr(self, w):
temp.add(x.clone()) temp.add(x.clone())
setattr(self, w, temp) setattr(self, w, temp)