mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Search/Repalce: change empty is_multiple columns to operate on [''], permitting .* to match the column.
This commit is contained in:
parent
5f83f8e501
commit
1cbb8323af
@ -535,6 +535,8 @@ class MetadataBulkDialog(ResizableDialog, Ui_MetadataBulkDialog):
|
||||
val = [v.replace('|', ',') for v in val]
|
||||
else:
|
||||
val = []
|
||||
if not val:
|
||||
val = ['']
|
||||
return val
|
||||
|
||||
def s_r_display_bounds_changed(self, i):
|
||||
|
Loading…
x
Reference in New Issue
Block a user