From d2a1f792e9825719e1e49f9e6409f07221cd4793 Mon Sep 17 00:00:00 2001 From: Andrew Louis Date: Thu, 16 Dec 2021 20:23:33 -0500 Subject: [PATCH] Adds missing f-string to retry message (#553) --- osxphotos/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osxphotos/cli.py b/osxphotos/cli.py index 7f8a3f2b..42c92d78 100644 --- a/osxphotos/cli.py +++ b/osxphotos/cli.py @@ -2969,7 +2969,7 @@ def export_photo_to_directory( break else: click.echo( - "Retrying export for photo ({photo.uuid}: {photo.original_filename})" + f"Retrying export for photo ({photo.uuid}: {photo.original_filename})" ) except Exception as e: click.echo(