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

Typo

parent 5d34b7a3
No related branches found
No related tags found
1 merge request!1Code review of main
Pipeline #582745 failed
......@@ -373,7 +373,7 @@ def refresh_modules(compilers: dict[str, Any] | None = None) -> None:
# patch all intel modules
try:
with open(to_patch_file) as f:
modules_to_patch = yaml.load(f, loader=yaml.Loader)
modules_to_patch = yaml.load(f, Loader=yaml.Loader)
except FileNotFoundError:
logger.debug("No intel modules to patch")
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment