Skip to content

Commit

Permalink
Fixed opening ViperDB .vdb files. Bug #16729
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgoddard committed Jan 29, 2025
1 parent 2b23b13 commit 5d354ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bundles/viperdb/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def open(self, session, data, file_name, **kw):
models, info = open_pdb(session, data, file_name, **kw)
from chimerax.std_commands.sym import sym
from chimerax.atomic.args import Symmetry
sym(session, models, Symmetry('i222', session))
sym(session, models, Symmetry('i,222', session))
return models, info
return ViperDBInfo()

Expand Down

0 comments on commit 5d354ae

Please sign in to comment.