Skip to content

Commit

Permalink
fix docstring for make_module_extra method in ESMF easyblock
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Oct 1, 2024
1 parent 64d7ec3 commit cb728d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easybuild/easyblocks/e/esmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ def install_step(self):
run_shell_cmd(cmd)

def make_module_extra(self):
"""Add install path to PYTHONPATH or EBPYTHONPREFIXES"""
"""Set $ESMFMKFILE environment variable"""
txt = super(EB_ESMF, self).make_module_extra()

# set environment variable ESMFMKFILE
Expand Down

0 comments on commit cb728d4

Please sign in to comment.