aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-07-28 14:16:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-07-28 14:16:27 -0700
commit39a7f2ee0aa7e8d926e8823f776525dc3876e750 (patch)
treed626fa2e081b586b811d9b2808773c5cdaa7d18a /tools
parent276f2807bf7c5f3226c6d649b0bbf7bc5f964880 (diff)
Fixed typo in makespec.py.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/makespec.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/makespec.py b/tools/makespec.py
index 26247c5..7ae2a0c 100755
--- a/tools/makespec.py
+++ b/tools/makespec.py
@@ -167,7 +167,7 @@ elif specformat == "html":
else:
err("Error converting markdown version of spec:\n")
- (err)
+ err(err)
exit(1)
exit(0)