Skip to content

Conversation

@neunenak
Copy link

@neunenak neunenak commented Jan 2, 2026

The error macro used to display a human-readable string associated with a RunDeployError had what looks like a copy-paste error - it was using {0} twice to substitute in the string representation of the first argument of the error type; so it as printing that string twice redundantly and not printing the second argument at all.

The error macro used to display a human-readable string associated with
a RunDeployError had what looks like a copy-paste error - it was using
`{0}` twice to substitute in the string representation of the first
argument of the error type; so it as printing that string twice
redundantly and not printing the second argument at all.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant