add Action code to the cd parser.
This commit is contained in:
parent
9eea3618d0
commit
58366fa9bb
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ def parse_cd(state, m_text):
|
||||||
|
|
||||||
primitive_types = {
|
primitive_types = {
|
||||||
type_name : UUID(state.read_value(state.read_dict(state.read_root(), type_name)))
|
type_name : UUID(state.read_value(state.read_dict(state.read_root(), type_name)))
|
||||||
for type_name in ["Integer", "String", "Boolean"]
|
for type_name in ["Integer", "String", "Boolean", "ActionCode"]
|
||||||
}
|
}
|
||||||
|
|
||||||
class T(TBase):
|
class T(TBase):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue