Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix string formatting when format contains a percent sign but no args #205

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

ns-dfarino
Copy link
Contributor

This patch fixes the case where the format string should be treated as a literal.

I was using dyff and saw this in my output:

rollingUpdate:
  maxSurge: 25%!(NOVERB)
  maxUnavailable: 25%!(NOVERB)

With this patch, I correctly see:

rollingUpdate:
  maxSurge: 25%
  maxUnavailable: 25%

@HeavyWombat HeavyWombat merged commit 2d91e92 into gonvenience:main Jan 7, 2025
1 check passed
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.

2 participants