Skip to content

Commit

Permalink
Update projects/etos_suite_runner/src/etos_suite_runner/lib/esr_param…
Browse files Browse the repository at this point in the history
…eters.py
  • Loading branch information
t-persson authored Dec 13, 2024
1 parent ddf6b24 commit 59e9bc2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_status(self) -> dict:

@property
def etos_controller(self) -> bool:
"""Whether or not the suite runneris running as a part of the ETOS controller."""
"""Whether or not the suite runner is running as a part of the ETOS controller."""
return os.getenv("IDENTIFIER") is not None

def _get_id(
Expand Down

0 comments on commit 59e9bc2

Please sign in to comment.