Add commit prompt for tag_breplace_argparse.
This commit is contained in:
parent
d14d68b2c8
commit
49fa9263b6
1 changed files with 3 additions and 1 deletions
|
@ -463,6 +463,8 @@ def tag_breplace_argparse(args):
|
||||||
tag.rename(new_name)
|
tag.rename(new_name)
|
||||||
if args.set_synonym:
|
if args.set_synonym:
|
||||||
tag.add_synonym(tag_name)
|
tag.add_synonym(tag_name)
|
||||||
|
|
||||||
|
if args.autoyes or interactive.getpermission('Commit?'):
|
||||||
photodb.commit()
|
photodb.commit()
|
||||||
|
|
||||||
def tag_list_argparse(args):
|
def tag_list_argparse(args):
|
||||||
|
|
Loading…
Reference in a new issue