fix tag setting via 'mee set'
This commit is contained in:
parent
eb7acff9dc
commit
85c7b764ad
5
mee.py
5
mee.py
@ -208,8 +208,9 @@ def cli() -> None:
|
|||||||
print(tag)
|
print(tag)
|
||||||
|
|
||||||
if args["set"] and not args["--custom"]:
|
if args["set"] and not args["--custom"]:
|
||||||
mee.exif_set(key, value)
|
mee.image.delete(mee.storage)
|
||||||
mee.commit(outfile)
|
mee.image.set(key, value)
|
||||||
|
mee.write_out(outfile)
|
||||||
|
|
||||||
if args["del"] and not args["--custom"]:
|
if args["del"] and not args["--custom"]:
|
||||||
if args["--all"]:
|
if args["--all"]:
|
||||||
|
Loading…
Reference in New Issue
Block a user