Skip to content

Commit

Permalink
fix line 1059 indent
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmkrieger committed Nov 3, 2023
1 parent 410c5ee commit 476e178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prody/proteins/pdbfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ def _evalAltlocs(atomgroup, altloc, chainids, resnums, resnames, atomnames):
LOGGER.warn("failed to parse altloc {0} at line {1}, "
"residue name mismatch (expected {2}, "
"parsed {3})".format(repr(key), i+1, repr(rn),
repr(arn)))
repr(arn)))
continue
index = ids[(ans == aan).nonzero()[0]]
if len(index) != 1:
Expand Down

0 comments on commit 476e178

Please sign in to comment.