Skip to content

Commit f2fb5ff

Browse files
committed
Add missing substitution value
Introduced in 41c9fb7.
1 parent a10964a commit f2fb5ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def all():
165165
os.unlink(link)
166166
else:
167167
raise RuntimeError("doc/{0} should be a directory or symlink -- it"
168-
" isn't")
168+
" isn't".format(link))
169169
if not os.path.exists(link):
170170
if hasattr(os, 'symlink'):
171171
os.symlink(target, link)

0 commit comments

Comments
 (0)