Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix string format substitution key missing error #5707
Conversation
tacaswell
added the
needs_review
label
Dec 21, 2015
jayvdb
referenced
this pull request
Dec 21, 2015
Open
Python 2.6 string format syntax errors in matplotlib 1.4.3 #5703
tacaswell
added this to the
Critical bugfix release (1.5.1)
milestone
Dec 21, 2015
|
failure looks un-related, restarted. |
|
(ping; failure fixed) |
tacaswell
added a commit
that referenced
this pull request
Dec 21, 2015
|
|
tacaswell |
d6ed8eb
|
tacaswell
merged commit d6ed8eb
into matplotlib:master
Dec 21, 2015
tacaswell
removed the
needs_review
label
Dec 21, 2015
tacaswell
added a commit
that referenced
this pull request
Dec 21, 2015
|
|
tacaswell |
227f0c4
|
|
backported as 227f0c4 |
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jayvdb commentedDec 21, 2015
Replace
{..}literal as{{..}}to avoid key substitution error: