Fix rotate.py.
This commit is contained in:
parent
1dd17de87c
commit
26c6fb31cf
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ def rotate_argparse(args):
|
|||
newname = base + suffix
|
||||
newname = file.parent.with_child(newname).add_extension(file.extension)
|
||||
|
||||
pipeable.stdout(newname)
|
||||
image.save(file.absolute_path, exif=exif, quality=args.quality)
|
||||
pipeable.stdout(newname.absolute_path)
|
||||
image.save(newname.absolute_path, exif=exif, quality=args.quality)
|
||||
|
||||
@vlogging.main_decorator
|
||||
def main(argv):
|
||||
|
|
Loading…
Reference in a new issue