Skip to content

Commit

Permalink
move save
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Sep 27, 2023
1 parent dd1d02f commit 103804d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tdrs-backend/tdpservice/scheduling/parser_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def parse(data_file_id):

if "Case Data" in data_file.section:
dfs.case_aggregates = case_aggregates_by_month(data_file, dfs.status)
dfs.save()

dfs.save()

logger.info(f"Parsing finished for file -> {repr(data_file)} with status {dfs.status} and {len(errors)} errors.")

0 comments on commit 103804d

Please sign in to comment.