Skip to content

Commit b156290

Browse files
committed
bug fix
1 parent 35df132 commit b156290

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

csubst/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.10'
1+
__version__ = '1.4.11'

csubst/csubst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def command_site(args):
3636
print('csubst site end:', datetime.datetime.now(datetime.timezone.utc), flush=True)
3737
if (g['pdb'] is not None):
3838
# This should be executed at the very end, otherwise CSUBST's main process is killed.
39-
from parser_pymol import quit_pymol
39+
from csubst.parser_pymol import quit_pymol
4040
quit_pymol()
4141

4242
def command_analyze(args):

0 commit comments

Comments
 (0)