Skip to content

Commit

Permalink
Merge pull request #3093 from ekouts/fix/resolve_module_conflicts_def…
Browse files Browse the repository at this point in the history
…ault

[bugfix] Take into account the `resolve_module_conflicts` option from the configuration
  • Loading branch information
vkarak authored Jan 17, 2024
2 parents 64dfb05 + ffc8529 commit e118231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reframe/core/systems.py
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ def create(cls, site_config):
hostnames=site_config.get('systems/0/hostnames'),
modules_system=site_config.get('systems/0/modules_system'),
modules_system_validate=site_config.get(
'general/resolve_module_conflicts'
'general/0/resolve_module_conflicts'
),
preload_env=Environment(
name=f'__rfm_env_{sysname}',
Expand Down

0 comments on commit e118231

Please sign in to comment.