summaryrefslogtreecommitdiff
path: root/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2020-02-27 13:39:35 -0500
committerGitHub <noreply@github.com>2020-02-27 13:39:35 -0500
commit1f02377c4d8424813f933d88d6397ce8dd5a81ec (patch)
treea5eac7fc96b356599e9a6e770ca82f24d2a61ae3 /tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py
parentcf205533033588aa9813912c3ac2fb8b9cc327b3 (diff)
parent17b491bcda36b5d5ddc30a395fbcac085ffb85be (diff)
downloadsdl_core-1f02377c4d8424813f933d88d6397ce8dd5a81ec.tar.gz
Merge branch 'develop' into feature/readme_overhaul
Diffstat (limited to 'tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py')
-rwxr-xr-xtools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py b/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py
index f82c7bb808..ef5cf9286b 100755
--- a/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py
+++ b/tools/InterfaceGenerator/generator/generators/SmartFactorySDLRPC.py
@@ -83,5 +83,5 @@ class CodeGenerator(SmartFactoryBase.CodeGenerator):
u'''strings::S_CORRELATION_ID] = SMember(TNumberSchemaItem<int>::create(), true);\n'''
return u"".join([base_params, correlation_id_param
- if unicode(message_type_name) !=
+ if message_type_name !=
u"notification" else u""])