Add missing substitution value #5702

Merged
merged 1 commit into from Dec 20, 2015
Jump to file
+1 −1
Split
View
@@ -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)