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