Fix flake8 violations
This commit is contained in:
parent
9523e50732
commit
4c105895ab
@ -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 @@ def setup_environment(self, spack_env, run_env):
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user