Message, when slurm is not avaible

This commit is contained in:
Dominik Moritz Roth 2023-07-07 12:10:46 +02:00
parent 8910f3ae49
commit 648683fb9d

View File

@ -13,6 +13,7 @@ try:
import pyslurm
except ImportError:
slurm_avaible = False
print('[!] Slurm not avaible.')
else:
slurm_avaible = True