Skip to content

Commit

Permalink
fix __is_level_enabled() docstring (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: EduardKaverinskyi <eduard.kaverinskyi@qt.io>
  • Loading branch information
Eduard and EduardKaverinskyi authored May 26, 2023
1 parent 6f90689 commit 90ab121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion squape/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def __is_level_enabled(level: LogLevel) -> bool:
level (LogLevel): log level to check
Returns:
bool: True if level is higher then LOGLEVEL, False otherwise
bool: True if level is equal to or higher than LOGLEVEL, False otherwise
"""
return LOGLEVEL <= level

Expand Down

0 comments on commit 90ab121

Please sign in to comment.