Skip to content

Commit

Permalink
chore: fix flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Feb 12, 2024
1 parent 3b0789c commit ce83d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hddfancontrol/__init__.py
Expand Up @@ -847,7 +847,7 @@ def run(self) -> None:
if self.ko_count > 0:
print(f"{self.ko_count}/{self.ko_count + self.ok_count} tests failed!")
else:
print(f"{self.ok_count}/{self.ok_count} tests OK, all good :)")
print(f"{self.ok_count}/{self.ok_count} tests OK")
self.logger.info(
"Recommended parameters: --pwm-start-value %s --pwm-stop-value %s"
% (
Expand Down

0 comments on commit ce83d42

Please sign in to comment.