Fix string format substitution key missing error #5707

Merged
merged 1 commit into from Dec 21, 2015

Conversation

Projects
None yet
2 participants
Contributor

jayvdb commented Dec 21, 2015

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

KeyError: "'h', 'v'"
@jayvdb jayvdb Fix string format substitution key missing error
Replace `{..}` literal as `{{..}}` to avoid key substitution error:

    KeyError: "'h', 'v'"
b8f127b
Owner

tacaswell commented Dec 21, 2015

failure looks un-related, restarted.

Contributor

jayvdb commented Dec 21, 2015

(ping; failure fixed)

@tacaswell tacaswell added a commit that referenced this pull request Dec 21, 2015

@tacaswell tacaswell Merge pull request #5707 from jayvdb/missing-string-format-key
Fix string format substitution key missing error
d6ed8eb

@tacaswell tacaswell merged commit d6ed8eb into matplotlib:master Dec 21, 2015

3 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
coverage/coveralls Coverage remained the same at 68.319%
Details

tacaswell removed the needs_review label Dec 21, 2015

@tacaswell tacaswell added a commit that referenced this pull request Dec 21, 2015

@tacaswell tacaswell Merge pull request #5707 from jayvdb/missing-string-format-key
Fix string format substitution key missing error
227f0c4
Owner

tacaswell commented Dec 21, 2015

backported as 227f0c4

Owner

tacaswell commented Dec 21, 2015

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment