mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-01-16 21:24:19 +00:00
fixed mypy issue w/ burnettk
This commit is contained in:
parent
0d348620d1
commit
d37550fa43
@ -1088,7 +1088,7 @@ def process_instance_show(
|
|||||||
):
|
):
|
||||||
bpmn_xml_file_contents = SpecFileService.get_data(
|
bpmn_xml_file_contents = SpecFileService.get_data(
|
||||||
process_model, process_model.primary_file_name
|
process_model, process_model.primary_file_name
|
||||||
)
|
).decode("utf-8")
|
||||||
else:
|
else:
|
||||||
bpmn_xml_file_contents = GitService.get_instance_file_contents_for_revision(
|
bpmn_xml_file_contents = GitService.get_instance_file_contents_for_revision(
|
||||||
process_model, process_instance.bpmn_version_control_identifier
|
process_model, process_instance.bpmn_version_control_identifier
|
||||||
|
Loading…
x
Reference in New Issue
Block a user