diff options
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/makespec.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tools/makespec.py b/tools/makespec.py index 84663f2..b031208 100755 --- a/tools/makespec.py +++ b/tools/makespec.py @@ -118,7 +118,7 @@ metadata = parseYaml(yaml)  if specformat == "markdown":      sys.stdout.write(yaml + '\n\n' + mdtext)  elif specformat == "html": -    with open("template.html", "r", encoding="utf-8") as templatefile: +    with open("tools/template.html", "r", encoding="utf-8") as templatefile:          template = Template(templatefile.read())      toclines = []      for section in sections: | 
