Skip to content

Commit bc8335f

Browse files
lennaxpeterjc
authored andcommitted
Restored MMCIFParser call to MMCIF2Dict.
1 parent a6aad4d commit bc8335f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Bio/PDB/MMCIFParser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@
1515

1616
class MMCIFParser(object):
1717
def get_structure(self, structure_id, filename):
18-
_make_dict = MMCIF2Dict(filename)
19-
self._mmcif_dict = _make_dict.data
18+
self._mmcif_dict=MMCIF2Dict(filename)
2019
self._structure_builder=StructureBuilder()
2120
self._build_structure(structure_id)
2221
return self._structure_builder.get_structure()

0 commit comments

Comments
 (0)