Skip to content

Commit

Permalink
Update pdbfixer/pdbfixer.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshanuikabundi authored Sep 27, 2024
1 parent 7c155e5 commit 4422350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdbfixer/pdbfixer.py
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ def _downloadNonstandardDefinitions(self):
# Try to download the definition.
ccdDefinition = self._downloadCCDDefinition(name)
if ccdDefinition is None:
return None
continue

# Record the atoms and bonds.
atoms = [(atom.atomName, atom.symbol.upper(), atom.leaving) for atom in ccdDefinition.atoms]
Expand Down

0 comments on commit 4422350

Please sign in to comment.