From f2fb5ff38ee3200f10c8e7a6065dfd8bc3bf55fa Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 20 Dec 2015 12:49:44 +1100 Subject: [PATCH] Add missing substitution value Introduced in 41c9fb7. --- doc/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/make.py b/doc/make.py index 55942734d712..783e159be23c 100755 --- a/doc/make.py +++ b/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)