1
Fork 0

fix: comment mismatch

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jona Reynaert 2026-04-15 19:02:46 +02:00 committed by GitHub
parent f6022cc913
commit 248683eb0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
),