Skip to content
Snippets Groups Projects
Commit 7bbbf930 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Invalid python

parent 89d257a7
Branches
Tags
No related merge requests found
...@@ -139,7 +139,7 @@ class EB_CPMD(ConfigureMake): ...@@ -139,7 +139,7 @@ class EB_CPMD(ConfigureMake):
(r"^(\s*FC=.*)", r"#\1"), (r"^(\s*FC=.*)", r"#\1"),
(r"^(\s*LD)=.*", r"\1='$(FC)'"), (r"^(\s*LD)=.*", r"\1='$(FC)'"),
]) ])
except IOError, err: except IOError as err:
raise EasyBuildError("Failed to patch %s: %s", selected_base_config, err) raise EasyBuildError("Failed to patch %s: %s", selected_base_config, err)
if self.cfg['configure_cmd_prefix']: if self.cfg['configure_cmd_prefix']:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment