Skip to content

Commit

Permalink
#19 - Cover multiple end events with the test
Browse files Browse the repository at this point in the history
  • Loading branch information
ira-halenok committed Aug 1, 2022
1 parent 013cdd7 commit a5d80be
Show file tree
Hide file tree
Showing 4 changed files with 1,351 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bpdfr_discovery/log_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def parse_and_validate_input(log_path, bpmn_path, minutes_x_granule, conf, supp,
bpmn_graph = parse_simulation_model(bpmn_path)
except InvalidBpmnModelException as e:
print(str(e))
raise InvalidBpmnModelException(f"Invalid BPMN model: {str(e)}")
raise InvalidBpmnModelException(f"Invalid BPMN model ({str(e)})")
except:
raise Exception("Invalid BPMN model.")

Expand Down
Loading

0 comments on commit a5d80be

Please sign in to comment.