Skip to content

Commit

Permalink
fix: rewriting of test result reports
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Nov 1, 2024
1 parent 9c70365 commit 61b854b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/test_results_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def process_individual_arg(

readable_report = self.rewrite_readable(network, report_contents)

archive_service.write_file(upload.storage_path, readable_report.getvalue())
archive_service.write_file(upload.storage_path, readable_report.getvalue())

return TestResultsProcessingResult(
network_files=network, parsing_results=parsing_results
Expand Down

0 comments on commit 61b854b

Please sign in to comment.