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 <[email protected]>
  • Loading branch information
john-science and opotowsky authored Jan 19, 2024
1 parent 491a8b5 commit 62ecfdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions armi/runLog.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def concatenateLogs(logDir=None):
frequently run in parallel, the situation arises where
each ARMI process generates its own plain text log file.
This function combines the separate log files, per
process into one log file.
process, into one log file.
The files are written in numerical order, with the lead
process stdout first then the lead process stderr. Then
Expand Down Expand Up @@ -534,8 +534,8 @@ class RunLogger(logging.Logger):
(which is meant to be extremely detailed and not always
desired).
And at the end of the ARMI-based simulation, the analyst doing
the simulation will have a full record of potentially intersting
At the end of the ARMI-based simulation, the analyst doing
the simulation will have a full record of potentially interesting
information they can use to understand their run.
.. impl:: Logging is done to the screen and to file.
Expand Down

0 comments on commit 62ecfdd

Please sign in to comment.