diff options
author | George Hartzell <hartzell@alerce.com> | 2016-07-21 14:24:51 -0400 |
---|---|---|
committer | George Hartzell <hartzell@alerce.com> | 2016-07-21 14:24:51 -0400 |
commit | 4c105895abe249962e0651fdba8875c70752551a (patch) | |
tree | 1b2a015d2da25fff9c82dd6a3910b552df1f5a45 /var | |
parent | 9523e50732ff651e1ae073791708c312217bedb1 (diff) | |
download | spack-4c105895abe249962e0651fdba8875c70752551a.tar.gz spack-4c105895abe249962e0651fdba8875c70752551a.tar.bz2 spack-4c105895abe249962e0651fdba8875c70752551a.tar.xz spack-4c105895abe249962e0651fdba8875c70752551a.zip |
Fix flake8 violations
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/lmod/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/lmod/package.py b/var/spack/repos/builtin/packages/lmod/package.py index c8936d768b..01911c1a30 100644 --- a/var/spack/repos/builtin/packages/lmod/package.py +++ b/var/spack/repos/builtin/packages/lmod/package.py @@ -25,6 +25,7 @@ from spack import * from glob import glob + class Lmod(Package): """ Lmod is a Lua based module system that easily handles the MODULEPATH @@ -55,6 +56,7 @@ class Lmod(Package): version=self.version), separator=';') patch('fix_tclsh_paths.patch') + def patch(self): """The tcl scripts should use the tclsh that was discovered by the configure script. Touch up their #! lines so that the |