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

fix typo

parent b77a9fcc
No related branches found
No related tags found
No related merge requests found
......@@ -342,8 +342,7 @@ class HPC(condor,slurm):
print("We can join")
try:
# touch joiningfile
if grid_options['HPC_force_join'] == 0:
print("touch joinfile")
if self.grid_options['HPC_force_join'] == 0:
pathlib.Path(joiningfile).touch(exist_ok=False)
try:
print("Calling HPC_join_from_files()")
......
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