Skip to content

Fix RunDeployError user-facing error message#357

Open
neunenak wants to merge 1 commit intoserokell:masterfrom
neunenak:fix-error-display
Open

Fix RunDeployError user-facing error message#357
neunenak wants to merge 1 commit intoserokell:masterfrom
neunenak:fix-error-display

Conversation

@neunenak
Copy link
Copy Markdown

@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