aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-06-05 13:10:28 +0200
committerTibor Frank <tifrank@cisco.com>2018-06-05 13:10:28 +0200
commit0fa26546261134cbf3589443b99ff34c1be0289a (patch)
tree9b35be8fc040139d2865362c57aadc4b37d24e7e /resources/tools/presentation/generator_tables.py
parentfcea4eb3f63218e77cc594ff4322dc40d72fd632 (diff)
Trending: Fix
Change-Id: Ib9f8d20cb500bb6f485a5fa6211ce1fb00b260a9 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index f555fce77d..1b0eb36d34 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -45,7 +45,7 @@ def generate_tables(spec, data):
eval(table["algorithm"])(table, data)
except NameError as err:
logging.error("Probably algorithm '{alg}' is not defined: {err}".
- format(alg=table["algorithm"], err=repr(err))
+ format(alg=table["algorithm"], err=repr(err)))
logging.info("Done.")