Skip to content
Snippets Groups Projects
Commit 03f9de20 authored by Kerri Wait's avatar Kerri Wait
Browse files

Update provision_slurm.py.j2 with indents again

parent 9b0886d0
No related branches found
No related tags found
1 merge request!120Fix provision slurm
......@@ -96,8 +96,8 @@ for user in users:
usergrouplist.append(",".join(userlist))
for usergroup in usergrouplist:
try:
mk_slurmuser_batch(usergroup,"default")
except:
print traceback.format_exc()
pass
try:
mk_slurmuser_batch(usergroup,"default")
except:
print traceback.format_exc()
pass
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