Skip to content

Commit

Permalink
OpenConceptLab/ocl_issues#1633 | added blank row
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Aug 30, 2023
1 parent 7dbd222 commit e74d371
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/reports/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ def to_row(values):
writer.writerow(to_row(resource.GROUPED_HEADERS))
for obj in resource.grouped_queryset:
writer.writerow(to_row(resource.to_grouped_stat_csv_row(obj)))
writer.writerow(blank_row)

writer.writerow(blank_row)

Expand Down

0 comments on commit e74d371

Please sign in to comment.