This commit is contained in:
Arun Prakash Jana 2020-08-30 12:41:33 +05:30
parent f091852682
commit 24600085fc
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -1951,7 +1951,7 @@ class BukuDb:
id_list = cmdstr[:index].split()
try:
tags = self.get_tagstr_from_taglist(id_list, taglist)
if tags == DELIM:
if tags == DELIM and flag != 2:
return -1
except ValueError:
return -1