msg: templates: add 'ids' to the Context documentation

This commit is contained in:
TSC21
2018-09-24 15:03:48 +01:00
committed by Beat Küng
parent 0227ea3835
commit 1cc3d95ff7
17 changed files with 18 additions and 1 deletions
+2 -1
View File
@@ -260,7 +260,8 @@ def get_em_globals(filename_msg, package, includepath, ids, scope):
"spec": spec,
"topics": topics,
"ids": ids,
"scope": scope
"scope": scope,
"package": package
}
return em_globals