Skip to content

Commit

Permalink
Dump cost needs to be in the right dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Marti2203 committed Dec 16, 2024
1 parent 24e9049 commit 3536ac2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,8 +621,8 @@ def do_inference(python_task: Task, task_output_dir: str) -> bool:
)

end_time = datetime.now()

dump_cost(start_time, end_time, task_output_dir)
with apputils.cd(python_task.project_path):
dump_cost(start_time, end_time, task_output_dir)
finally:
python_task.reset_project()

Expand Down

0 comments on commit 3536ac2

Please sign in to comment.