Skip to content

Commit

Permalink
Fix function docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Sep 8, 2020
1 parent 1dcb3af commit 974734f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion easybuild/easyblocks/o/openblas.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ def _parse_optarch(self, compiler_optarch):
return target_arch.lower()

def _get_openblas_targets(self, targetfile):
""" Parse the openblas target file and generate a list of targets """
"""
Parse the openblas target file and generate a list of targets.
param: targetfile: A file with OpenBLAS targets.
"""
targets = []

if os.path.isfile(targetfile):
Expand Down

0 comments on commit 974734f

Please sign in to comment.