Skip to content

Commit

Permalink
Merge pull request #510 from MasterOdin/patch-1
Browse files Browse the repository at this point in the history
Fix capitalization of "Health status" in rip log
  • Loading branch information
JoeLametta authored Sep 24, 2020
2 parents ae361b8 + a8942a8 commit d885e79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion whipper/result/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def logRip(self, ripResult, epoch):
message = "There were errors"
else:
message = "No errors occurred"
data["Health Status"] = message
data["Health status"] = message
data["EOF"] = "End of status report"
riplog["Conclusive status report"] = data

Expand Down
2 changes: 1 addition & 1 deletion whipper/test/test_result_logger.log
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Tracks:

Conclusive status report:
AccurateRip summary: All tracks accurately ripped
Health Status: No errors occurred
Health status: No errors occurred
EOF: End of status report

SHA-256 hash: 2B176D8C722989B25459160E335E5CC0C1A6813C9DA69F869B625FBF737C475E

0 comments on commit d885e79

Please sign in to comment.