Skip to content

Fix string format substitution key missing error #5707

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

Merged
merged 1 commit into from
Dec 21, 2015

Conversation

jayvdb
Copy link
Contributor

@jayvdb jayvdb commented Dec 21, 2015

Replace {..} literal as {{..}} to avoid key substitution error:

KeyError: "'h', 'v'"

Replace `{..}` literal as `{{..}}` to avoid key substitution error:

    KeyError: "'h', 'v'"
@tacaswell tacaswell added this to the Critical bugfix release (1.5.1) milestone Dec 21, 2015
@tacaswell
Copy link
Member

failure looks un-related, restarted.

@jayvdb
Copy link
Contributor Author

jayvdb commented Dec 21, 2015

(ping; failure fixed)

tacaswell added a commit that referenced this pull request Dec 21, 2015
Fix string format substitution key missing error
@tacaswell tacaswell merged commit d6ed8eb into matplotlib:master Dec 21, 2015
tacaswell added a commit that referenced this pull request Dec 21, 2015
Fix string format substitution key missing error
@tacaswell
Copy link
Member

backported as 227f0c4

@tacaswell
Copy link
Member

Thanks!

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