Skip to content

Commit

Permalink
Merge branch 'enyst/refactor-config' of github.com:All-Hands-AI/OpenH…
Browse files Browse the repository at this point in the history
…ands into enyst/refactor-config
  • Loading branch information
enyst committed Feb 24, 2025
2 parents 7d424f4 + c9dfd38 commit 1fb37b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/core/config/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def load_from_toml(cfg: AppConfig, toml_file: str = 'config.toml') -> None:
)
return

# Check for required core section
# Check for the [core] section
if 'core' not in toml_config:
logger.openhands_logger.warning(
f'No [core] section found in {toml_file}. Core settings will use defaults.'
Expand Down

0 comments on commit 1fb37b5

Please sign in to comment.