summaryrefslogtreecommitdiff
path: root/tools/InterfaceGenerator
diff options
context:
space:
mode:
authorJackLivio <jack@livio.io>2018-08-14 10:38:51 -0400
committerJackLivio <jack@livio.io>2018-08-14 10:38:51 -0400
commite9c323f25a721ca5367c4ff125e1565dcade33a9 (patch)
tree2496c8578f15e260ae40155f0f00ee38ceee3663 /tools/InterfaceGenerator
parentcd4d9c9b614719f61cf4129ed0a3d08ffbefb4d5 (diff)
downloadsdl_core-e9c323f25a721ca5367c4ff125e1565dcade33a9.tar.gz
Address comments
Diffstat (limited to 'tools/InterfaceGenerator')
-rwxr-xr-xtools/InterfaceGenerator/generator/generators/SmartFactoryBase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py b/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
index 27b5a05f98..6546b0ea89 100755
--- a/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
+++ b/tools/InterfaceGenerator/generator/generators/SmartFactoryBase.py
@@ -920,7 +920,7 @@ class CodeGenerator(object):
member.history is None):
return
if (member.history is not None and member.since is None):
- raise GenerateError("Error: Missing since version parameter for " + member.name)
+ raise GenerateError("Error: Missing since version parameter for " + member.name)
if (member.until is not None):
raise GenerateError("Error: Until should only exist in history tag for " + member.name)
if (member.history is None):