Skip to content

Commit

Permalink
cset_upload.py: lhs_pdb renamed to ref_pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
kaliif committed Feb 16, 2024
1 parent 417126f commit ef6d56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/cset_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def set_mol(
# Try to get the LHS SiteObservation,
# This will be used to set the ComputedMolecule.site_observation_code.
# This may fail.
lhs_property = 'lhs_pdb'
lhs_property = 'ref_pdb'
lhs_so = self.get_site_observation(
lhs_property,
mol,
Expand Down

0 comments on commit ef6d56a

Please sign in to comment.