Skip to content

Commit

Permalink
fix the typo in the var name
Browse files Browse the repository at this point in the history
  • Loading branch information
aozalevsky committed May 30, 2024
1 parent 07d9af1 commit 7d4c10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihm_validation/mmcif_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def get_ranked_id_list(self) -> list:
k = ('PDB ID', pdb_id)
ids.append(k)

if pdbdev_id is not None:
if pdb_dev_id is not None:
k = ('PDB-Dev ID', pdb_dev_id)
ids.append(k)

Expand Down

0 comments on commit 7d4c10a

Please sign in to comment.