From c80794c43d9c943d8e0eb4cfa1f3d7764236745c Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Wed, 24 Jan 2024 14:20:37 -0600 Subject: [PATCH] Update armi/physics/executers.py Co-authored-by: TianJingwd <157168608+TianJingwd@users.noreply.github.com> --- armi/physics/executers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/armi/physics/executers.py b/armi/physics/executers.py index bc95f6e16..532e57ef0 100644 --- a/armi/physics/executers.py +++ b/armi/physics/executers.py @@ -182,7 +182,7 @@ class DefaultExecuter(Executer): The :py:meth:`~armi.physics.executers.DefaultExecuter.run` method will first resolve any derived options in the ``options`` object and check if the specified - ``executablePath`` option is valid, raising an error is not. If it is, + ``executablePath`` option is valid, raising an error if not. If it is, preparation work for executing the code is performed, such as performing any geometry transformations specified in subclasses or building the directories needed to save input and output files. Once the temporary working directory is created,