Adds missing f-string to retry message (#553)
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user