mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-14 00:50:52 +02:00
modulecmd & build-system: code review with shellcheck
This commit is contained in:
@@ -2,7 +2,6 @@ import os, re, subprocess
|
||||
|
||||
def module(*args):
|
||||
os.environ['PMODULES_MODULEFILES_DIR']='modulefiles'
|
||||
os.environ['PMODULES_CONFIG_DIR']='config'
|
||||
pm_home=os.environ['PMODULES_HOME']
|
||||
os.environ['PMODULES_DIR']=pm_home
|
||||
modulecmd=os.path.join(pm_home, 'bin', 'modulecmd')
|
||||
|
||||
Reference in New Issue
Block a user