Use the same string across imports

This commit is contained in:
Arun Prakash Jana 2018-12-31 21:23:56 +05:30
parent 122b1dabd2
commit 41721f4597
No known key found for this signature in database
GPG Key ID: A75979F35C080412

2
buku
View File

@ -2415,7 +2415,7 @@ class BukuDb:
items = import_org(filepath=filepath, newtag=newtag)
elif filepath.endswith('json'):
if not tacit:
resp = input('Add Bookmark folder name as tag? (y/n): ')
resp = input('Add parent folder names as tags? (y/n): ')
else:
resp = 'y'
add_bookmark_folder_as_tag = (resp == 'y')