1 parent 0545ac7 commit 6b5a477Copy full SHA for 6b5a477
1 file changed
tests/test_moldrug.py
@@ -20,7 +20,7 @@
20
try:
21
from dask_jobqueue import SLURMCluster
22
dask_available = True
23
-except:
+except ImportError:
24
dask_available = False
25
26
# This is in case vina is not found. You can change the vina executable here
0 commit comments