Skip to content
Snippets Groups Projects
Commit cfd7ed89 authored by Martin Lang's avatar Martin Lang
Browse files

Typo

parent 4f70420c
No related branches found
No related tags found
1 merge request!1Code review of main
Pipeline #582748 failed
......@@ -379,8 +379,8 @@ def refresh_modules(compilers: dict[str, Any] | None = None) -> None:
return
for module_file in modules_to_patch:
gcc_module = modules_to_patch["module_file"]["gcc_module"]
family = modules_to_patch["module_file"]["family"]
gcc_module = modules_to_patch[module_file]["gcc_module"]
family = modules_to_patch[module_file]["family"]
patch_intel_module(Path(module_file), gcc_module, family)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment