fixed mypy issue w/ burnettk

This commit is contained in:
jasquat 2022-12-09 15:05:10 -05:00
parent 8df1b9cd3b
commit 36babf2b4c
1 changed files with 1 additions and 1 deletions

View File

@ -1088,7 +1088,7 @@ def process_instance_show(
):
bpmn_xml_file_contents = SpecFileService.get_data(
process_model, process_model.primary_file_name
)
).decode("utf-8")
else:
bpmn_xml_file_contents = GitService.get_instance_file_contents_for_revision(
process_model, process_instance.bpmn_version_control_identifier