Skip to content

Commit

Permalink
fix better fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 6, 2023
1 parent 89af35b commit 7549159
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prody/proteins/pdbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1261,6 +1261,7 @@ def writePDBStream(stream, atoms, csets=None, **kwargs):
if coordsets is None:
raise ValueError('atoms does not have any coordinate sets')

had_atoms = False
try:
acsi = atoms.getACSIndex()
had_atoms = True
Expand Down

0 comments on commit 7549159

Please sign in to comment.