Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
440
Star
5,572
Fork
2,667
matplotlib
/
matplotlib
Code
Issues
993
Pull requests
229
Projects
5
Wiki
Insights
Pulse
Graphs
Add missing substitution value
#5702
Merged
tacaswell
merged 1 commit into
matplotlib
:
master
from
jayvdb
:
runtime-error-str-format
Dec 20, 2015
Conversation
2
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
f2fb5ff
Add missing substitution value
jayvdb
Dec 20, 2015
1 file
Jump to file
No files or symbols found.
+1
−1
make.py
doc/make.py
+1
−1
Unified
Split
Show comments
View
2
doc/make.py
@@ -165,7 +165,7 @@ def all():
os.unlink(link)
else
:
raise
RuntimeError
(
"
doc/
{0}
should be a directory or symlink -- it
"
-
"
isn't
"
)
+
"
isn't
"
.format(link)
)
if
not
os.path.exists(link):
if
hasattr
(os,
'
symlink
'
):
os.symlink(target, link)
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.