Skip to content

Commit

Permalink
Update anta/reporter/csv_reporter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carl-baillargeon authored Sep 10, 2024
1 parent 7369b66 commit 6f45250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions anta/reporter/csv_reporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def convert_to_list(cls, result: TestResult) -> list[str]:
Returns
-------
list[str]
TestResult converted into a list.
"""
message = cls.split_list_to_txt_list(result.messages) if len(result.messages) > 0 else ""
categories = cls.split_list_to_txt_list(result.categories) if len(result.categories) > 0 else "None"
Expand Down

0 comments on commit 6f45250

Please sign in to comment.