Skip to content

Commit

Permalink
Trying to fix docs build error
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Jan 31, 2025
1 parent 2b9e111 commit 6c4376a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/runLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def __init__(self, *args, **kwargs):
handler.setFormatter(form)
self.addHandler(handler)

def log(self, msgType, msg, single=False, label=None, **kwargs):
def log(self, msgType, msg, single=False, label=None, *args, **kwargs):
"""
This is a wrapper around logger.log() that does most of the work.
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
import sys
import warnings

import sphinx_rtd_theme
import sphinx_rtd_theme # noqa: F401
from docutils import nodes, statemachine
from docutils.parsers.rst import Directive, directives
from sphinx.domains.python import PythonDomain
Expand Down

0 comments on commit 6c4376a

Please sign in to comment.