1
0
mirror of https://github.com/ihabunek/toot synced 2025-01-03 04:30:03 +01:00

Break long line

This commit is contained in:
Ivan Habunek 2024-09-29 09:40:37 +02:00
parent 3176fa0614
commit 3969a15029
No known key found for this signature in database
GPG Key ID: 01DB3DD0D824504C

View File

@ -265,7 +265,8 @@ def _get_reply_to(app, user, reply_to, reply_last):
if last_id:
return last_id
else:
raise click.ClickException(f"Cannot reply-last, no previous post ID found for {user.username}@{app.instance}")
user = f"{user.username}@{app.instance}"
raise click.ClickException(f"Cannot reply-last, no previous post ID found for {user}")
return reply_to