We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 234521b commit 17bdcefCopy full SHA for 17bdcef
SpiffWorkflow/bpmn/serializer/workflow.py
@@ -138,7 +138,7 @@ def get_version(self, serialization):
138
the version of the serializer the serilization we done with, if present
139
"""
140
if isinstance(serialization, dict):
141
- return serialization.get(self.VERsiON_KEY)
+ return serialization.get(self.VERSION_KEY)
142
elif isinstance(serialization, str):
143
dct = json.loads(serialization, cls=self.json_decoder_cls)
144
return dct.get(self.VERSION_KEY)
0 commit comments