From 248683eb0c84c65568e0d5bf266377cce955c3c8 Mon Sep 17 00:00:00 2001 From: Jona Reynaert Date: Wed, 15 Apr 2026 19:02:46 +0200 Subject: [PATCH] fix: comment mismatch Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- scripts/simulate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/simulate.py b/scripts/simulate.py index 4afdc24..1e1253b 100644 --- a/scripts/simulate.py +++ b/scripts/simulate.py @@ -296,7 +296,7 @@ def parse_args() -> argparse.Namespace: type=str, default=None, help=( - "Path to an environment JSON config (morphology/arena/env). " + "Path to an environment YAML config (morphology/arena/env). " "If omitted, uses the environment defaults. " "Relative paths are resolved from the repository root." ),