Skip to content

Commit

Permalink
upgraded to new RCSB webservices
Browse files Browse the repository at this point in the history
  • Loading branch information
pwrose committed Jan 26, 2022
1 parent 9a4ef97 commit 5f18f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmtfPyspark/webfilters/advancedQuery.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def _get_structure_entity_id(self, structure, origStructureId, origEntityId):
valueStructureId = structure.structure_id[:structure.structure_id.index(
".")]

print("valueStructureId:", valueStructureId)
print("key/valueStructureId:", keyStructureId, valueStructureId)
if keyStructureId != valueStructureId:
raise Exception("Structure mismatch: key vs value: %s vs. %s"
% (keyStructureId, valueStructureId))
Expand Down

0 comments on commit 5f18f33

Please sign in to comment.