Skip to content

Commit

Permalink
update scenario task from core package
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Aug 15, 2024
1 parent 4e38dd8 commit 1665ce2
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 381 deletions.
2 changes: 1 addition & 1 deletion django_project/cplus_api/tasks/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def create_scenario_task_runner(scenario_task: ScenarioTask):
analysis_task.prepare_run()
logger.info('Finished prepare_run')
logger.info(
json.dumps(analysis_task.task_config.to_dict(), cls=UUIDEncoder))
json.dumps(analysis_task.task.task_config.to_dict(), cls=UUIDEncoder))
return analysis_task


Expand Down
Loading

0 comments on commit 1665ce2

Please sign in to comment.