Skip to content
Snippets Groups Projects
Commit 4ce48584 authored by Izzard, Robert Dr (Maths & Physics)'s avatar Izzard, Robert Dr (Maths & Physics)
Browse files

fix typo

parent 8b256264
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ class HPC(condor,slurm):
list = f.read().splitlines()
f.close()
if self.grid_options['HPC_prepend_dir_to_joinlist'] = True:
if self.grid_options['HPC_prepend_dir_to_joinlist'] is True:
list = [os.path.join(prefix,file) for file in list]
except:
print("Failed to open joinlist at {list}".format(list=joinlist))
......
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