Skip to content

Commit

Permalink
Merge pull request #95 from Zinoex/hotfix/schema_memory
Browse files Browse the repository at this point in the history
Add memory as a field for state in schema
  • Loading branch information
AlexandreDecan committed Mar 27, 2020
2 parents 81b99ac + 6edfe5f commit 272f335
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sismic/io/yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ class SCHEMA:
schema.Optional('initial'): schema.Use(str),
schema.Optional('parallel states'): [state],
schema.Optional('states'): [state],
schema.Optional('memory'): schema.Use(str),
})

statechart = {
Expand Down

0 comments on commit 272f335

Please sign in to comment.