We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35df132 commit b156290Copy full SHA for b156290
csubst/__init__.py
@@ -1 +1 @@
1
-__version__ = '1.4.10'
+__version__ = '1.4.11'
csubst/csubst
@@ -36,7 +36,7 @@ def command_site(args):
36
print('csubst site end:', datetime.datetime.now(datetime.timezone.utc), flush=True)
37
if (g['pdb'] is not None):
38
# This should be executed at the very end, otherwise CSUBST's main process is killed.
39
- from parser_pymol import quit_pymol
+ from csubst.parser_pymol import quit_pymol
40
quit_pymol()
41
42
def command_analyze(args):
0 commit comments