Skip to content

Commit

Permalink
fix return value
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Feb 8, 2024
1 parent 7b9d9dc commit 1578315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot_blueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def enhanced_bot_model(botName):

try:
bot_parser = get_parser(bot_model_json)
bot_model_dfg, start_activities, end_activities, performance_dfg, frequency_dfg = enhance_bot_model(
bot_model_dfg, start_activities, end_activities, frequency_dfg, performance_dfg = enhance_bot_model(
event_log, bot_parser,repair=True)
if res_format == 'svg':
gviz = dfg_visualizer.apply(bot_model_dfg)
Expand Down

0 comments on commit 1578315

Please sign in to comment.