Adds missing f-string to retry message (#553)

This commit is contained in:
Andrew Louis
2021-12-16 20:23:33 -05:00
committed by GitHub
parent e7bd80e05f
commit d2a1f792e9

View File

@@ -2969,7 +2969,7 @@ def export_photo_to_directory(
break break
else: else:
click.echo( 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: except Exception as e:
click.echo( click.echo(