We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5bbda4 commit 63e7fb9Copy full SHA for 63e7fb9
wqf/logger.py
@@ -91,7 +91,7 @@ def info(self, msg: str, *args, **kwargs): # noqa: D102
91
92
@override
93
def warning(self, msg: str, *args, **kwargs): # noqa: D102
94
- self._logger.error(msg, *args, **kwargs)
+ self._logger.warning(msg, *args, **kwargs)
95
96
97
def error(self, msg: str, *args, **kwargs): # noqa: D102
0 commit comments