Skip to content

Commit 4e2b34f

Browse files
committed
Modeller license fix
1 parent 151554b commit 4e2b34f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prepmd/align_together.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
try:
1919
import modeller
2020
modeller_found = True
21-
except ImportError:
21+
except:
2222
modeller_found = False
2323
pass
2424
from prepmd import get_residues, model

0 commit comments

Comments
 (0)