Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
stsouko committed Dec 11, 2020
1 parent dba6b93 commit 53d16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CGRtools/containers/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def __setstate__(self, state):
bn[m] = bonds[m][n]
else:
b = object.__new__(QueryBond)
b._QueryBond__order = bond._Bond__order
b._QueryBond__order = (bond._Bond__order,)
bn[m] = b
state['bonds'] = bonds
if 'heteroatoms' not in state: # <4.1.4
Expand Down

0 comments on commit 53d16d0

Please sign in to comment.