Skip to content

Commit

Permalink
fix codestyle in systemcompiler easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
lexming committed Feb 11, 2025
1 parent 5e62297 commit ee1217a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions easybuild/easyblocks/generic/systemcompiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
'ifort': 'ifort',
}


def extract_compiler_version(compiler_name):
"""Extract compiler version for provided compiler_name."""
# look for 3-4 digit version number, surrounded by spaces
Expand Down

0 comments on commit ee1217a

Please sign in to comment.