Skip to content

Commit

Permalink
fixed typo-code error
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Top committed Sep 20, 2023
1 parent 8e7134a commit 7f8bd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eb_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def pre_configure_hook_wrf_aarch64(self, *args, **kwargs):
else:
raise EasyBuildError("WRF-specific hook triggered for non-WRF easyconfig?!")

PARSE_HOOKS{
PARSE_HOOKS = {
'CGAL': parse_hook_cgal_toolchainopts_precise,
'fontconfig': parse_hook_fontconfig_add_fonts,
'OpenBLAS': parse_hook_openblas_relax_lapack_tests_num_errors,
Expand Down

0 comments on commit 7f8bd44

Please sign in to comment.