Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Arrielle Opotowsky <arrielle.opotowsky@gmail.com>
  • Loading branch information
john-science and opotowsky committed Apr 19, 2024
1 parent ff10e6a commit b38818d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/bookkeeping/report/reportingUtils.py
Expand Up @@ -192,7 +192,7 @@ def _writeMachineInformation():
(uniqueName, numProcessors, ", ".join(matchingProcs))
)

sysInfo += getSystemInfo
sysInfo += getSystemInfo()

runLog.header("=========== Machine Information ===========")
runLog.info(
Expand Down
2 changes: 1 addition & 1 deletion armi/bookkeeping/report/tests/test_report.py
Expand Up @@ -41,7 +41,7 @@


class _MockReturnResult:
"""Mocking the subproces.run() return object."""
"""Mocking the subprocess.run() return object."""

def __init__(self, stdout):
self.stdout = stdout
Expand Down

0 comments on commit b38818d

Please sign in to comment.