Skip to content

Commit

Permalink
small adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmoriarty committed Oct 4, 2024
1 parent 4fea94f commit 5f8e9bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cctbx/geometry_restraints/linking_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,10 @@ def get_origin_label_and_internal(self, query_header, verbose=False):
header=tmp[0].strip()
subheader=tmp[1].strip()
oi, rc = self.parse_geo_file_header(header, subheader=subheader)
rc = rc.replace(header, '').strip()
tmp = query_header.split(':')
num = int(tmp[-1])
return oi, rc, num
return oi, header, rc, num

if __name__=='__main__':
lc = linking_class()
Expand Down

0 comments on commit 5f8e9bd

Please sign in to comment.