Skip to content
Snippets Groups Projects
Commit fc1d70a8 authored by Chris Hines's avatar Chris Hines
Browse files

Merge branch 'fixProvisionSlurm-patch-1' into 'master'

Update provision_slurm.py.j2 to import defaultdict to silence this error

See merge request !122
parents 2ecf42f1 0cccb855
No related branches found
No related tags found
1 merge request!122Update provision_slurm.py.j2 to import defaultdict to silence this error
......@@ -4,6 +4,7 @@ import traceback
import os
import stat
import subprocess
from collections import defaultdict
class ldapSearchConfig:
......
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