Skip to content

Commit

Permalink
Fix #467
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 30, 2020
1 parent f091852 commit 2460008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buku
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2460008

Please sign in to comment.