Use the same string across imports
This commit is contained in:
parent
122b1dabd2
commit
41721f4597
2
buku
2
buku
@ -2415,7 +2415,7 @@ class BukuDb:
|
|||||||
items = import_org(filepath=filepath, newtag=newtag)
|
items = import_org(filepath=filepath, newtag=newtag)
|
||||||
elif filepath.endswith('json'):
|
elif filepath.endswith('json'):
|
||||||
if not tacit:
|
if not tacit:
|
||||||
resp = input('Add Bookmark folder name as tag? (y/n): ')
|
resp = input('Add parent folder names as tags? (y/n): ')
|
||||||
else:
|
else:
|
||||||
resp = 'y'
|
resp = 'y'
|
||||||
add_bookmark_folder_as_tag = (resp == 'y')
|
add_bookmark_folder_as_tag = (resp == 'y')
|
||||||
|
Loading…
Reference in New Issue
Block a user