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 b582a78 commit a6f6904Copy full SHA for a6f6904
kaleidoscope/logger.py
@@ -93,7 +93,7 @@ def info(self, msg: str, *args, **kwargs): # noqa: D102
93
94
@override
95
def warning(self, msg: str, *args, **kwargs): # noqa: D102
96
- self._logger.error(msg, *args, **kwargs)
+ self._logger.warning(msg, *args, **kwargs)
97
98
99
def error(self, msg: str, *args, **kwargs): # noqa: D102
0 commit comments