mirror of
https://github.com/Garmelon/PFERD.git
synced 2023-12-21 10:23:01 +01:00
Change PrettyLogger.warn to PrettyLogger.warning
This commit is contained in:
@ -66,7 +66,7 @@ class PrettyLogger:
|
||||
f"{Fore.RED}{Style.BRIGHT}{message}{Style.RESET_ALL}"
|
||||
)
|
||||
|
||||
def warn(self, message: str) -> None:
|
||||
def warning(self, message: str) -> None:
|
||||
"""
|
||||
Print a warning message indicating some operation failed, but the error can be recovered
|
||||
or ignored.
|
||||
|
Reference in New Issue
Block a user