Skip to content

Commit

Permalink
- Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 17, 2024
1 parent e21fc21 commit 1469b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/data_files/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def download_error_report(self, request, pk=None):
"""Generate and return the parsing error report xlsx."""
datafile = self.get_object()
all_errors = ParserError.objects.filter(file=datafile)
is_s3_s4 = (DataFile.Section.STRATUM_DATA in datafile.section or
is_s3_s4 = (DataFile.Section.STRATUM_DATA in datafile.section or
DataFile.Section.AGGREGATE_DATA in datafile.section)
filtered_errors = get_prioritized_queryset(all_errors, is_s3_s4)

Expand Down

0 comments on commit 1469b69

Please sign in to comment.