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 4b1e0a6 commit fcb2cc5Copy full SHA for fcb2cc5
sphinx_tabs/tabs.py
@@ -291,7 +291,7 @@ def copy_assets(app, exception):
291
""" Copy asset files to the output """
292
if 'getLogger' in dir(logging):
293
log = logging.getLogger(__name__).info # pylint: disable=no-member
294
- warn = logging.getLogger(__name__).warn # pylint: disable=no-member
+ warn = logging.getLogger(__name__).warning # pylint: disable=no-member
295
else:
296
log = app.info
297
warn = app.warning
0 commit comments