FIX(buku) review comments: clean up line formatting
This commit is contained in:
parent
5bc1ab63da
commit
315d9c475d
2
buku
2
buku
@ -2375,10 +2375,8 @@ class BukuDb:
|
||||
items = []
|
||||
if filepath.endswith('.md'):
|
||||
items = import_md(filepath=filepath, newtag=newtag)
|
||||
|
||||
elif filepath.endswith('org'):
|
||||
items = import_org(filepath=filepath, newtag=newtag)
|
||||
|
||||
elif filepath.endswith('json'):
|
||||
if not tacit:
|
||||
resp = input('Add Bookmark folder name as tag? (y/n): ')
|
||||
|
Loading…
Reference in New Issue
Block a user