Message, when slurm is not avaible
This commit is contained in:
parent
8910f3ae49
commit
648683fb9d
@ -13,6 +13,7 @@ try:
|
|||||||
import pyslurm
|
import pyslurm
|
||||||
except ImportError:
|
except ImportError:
|
||||||
slurm_avaible = False
|
slurm_avaible = False
|
||||||
|
print('[!] Slurm not avaible.')
|
||||||
else:
|
else:
|
||||||
slurm_avaible = True
|
slurm_avaible = True
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user