Fix broken tag

This commit is contained in:
Arun Prakash Jana 2019-02-02 11:37:48 +05:30
parent 4020ab4150
commit baaf94d81a
No known key found for this signature in database
GPG Key ID: A75979F35C080412

3
buku
View File

@ -595,8 +595,7 @@ class BukuDb:
ptitle = title_in
# Fix up tags, if broken
if tags_in and tags_in != DELIM:
tags_in = delim_wrap(tags_in)
tags_in = delim_wrap(tags_in)
# Process description
if desc is None: