rcs-si / module_check

Check if environment variables within a module file are defined correctly
2 stars 0 forks source link

Remove hard-coded /share/pkg.8 everywhere it's found #17

Closed bu-bgregor closed 5 months ago

bu-bgregor commented 7 months ago

command line parsing now accepts a base directory as an option, with a default of /share/pkg.8

That base module directory needs to be used in module_env.py (and anywhere else) in place of hard-coded /share/pkg.8

Example: module_env.py - line 27

bu-bgregor commented 5 months ago

Now set as a variable in command_line.py in Reetom's branch.