Skip to content

Commit

Permalink
Renamed variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed May 20, 2024
1 parent ba79d95 commit 155018d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cvat/apps/analytics_report/report/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ def _compute_report_for_project(
task_reports = []

for db_task in db_project.tasks.all():
db_task_report = self._get_analytics_report(db_task)
current_task_report = self._get_analytics_report(db_task)
_task_report, _job_reports = self._compute_report_for_task(
db_task, db_task_report, data_extractors
db_task, current_task_report, data_extractors
)
task_reports.append(_task_report)
job_reports.extend(_job_reports)
Expand Down

0 comments on commit 155018d

Please sign in to comment.