Skip to content
Snippets Groups Projects
Commit dc3a6f37 authored by Christian Gutschow's avatar Christian Gutschow
Browse files

fix typo

parent 70c3c5a1
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class batchJobBase:
# COMPILER_PATH
if useSingularity:
platform = str(os.environ['COMPILERPATH']).split('/')[-1].replace('el9', 'almalinux9')
platform = str(os.environ['COMPILER_PATH']).split('/')[-1].replace('el9', 'almalinux9')
executable += 'if [ "$1" != "--really" ]; then \n'
executable += ' exec singularity exec -e --no-home'
for dir in ["/cvmfs", "/var", self.basedir, "$(pwd | cut -d '/' -f 1-2)"] + extraDirs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment