summaryrefslogtreecommitdiff
path: root/tools/InterfaceGenerator
diff options
context:
space:
mode:
authormked-luxoft <mked@luxoft.com>2019-08-13 15:52:09 +0300
committerAndriy Byzhynar (GitHub) <AByzhynar@luxoft.com>2019-08-20 21:17:13 +0300
commitc4cc7348bc95bb4c010ddb0f071dafd36476e893 (patch)
treebbad97c2d5264c45760aefe252508a5729a2b701 /tools/InterfaceGenerator
parentaed346ced212261395ccc03dd99f88520b53e56c (diff)
downloadsdl_core-c4cc7348bc95bb4c010ddb0f071dafd36476e893.tar.gz
fixup! Update Mobile & HMI API with new data types and parameters
Diffstat (limited to 'tools/InterfaceGenerator')
-rwxr-xr-xtools/InterfaceGenerator/generator/parsers/RPCBase.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/InterfaceGenerator/generator/parsers/RPCBase.py b/tools/InterfaceGenerator/generator/parsers/RPCBase.py
index 21f07e6ac5..955de31dc7 100755
--- a/tools/InterfaceGenerator/generator/parsers/RPCBase.py
+++ b/tools/InterfaceGenerator/generator/parsers/RPCBase.py
@@ -270,7 +270,7 @@ class Parser(object):
result = self._parse_version(attrib[attribute])
until = result
elif attribute == "deprecated":
- deprecated = attributes[attribute]
+ deprecated = attrib[attribute]
elif attribute == "removed":
removed = attrib[attribute]
else: