Skip to content

Commit

Permalink
fix up finger trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
richardjgowers committed Oct 20, 2022
1 parent 13ffa49 commit f58fd82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gufe/custom_json.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def object_hook(self, dct):
# If the coding method cannot handle this dict, it returns
# the dict (unchanged). So if the dict is changed, we return
# that.
result = coding_method.default(obj)
result = coding_method.object_hook(dct)
if result is not dct:
return result
Expand Down

0 comments on commit f58fd82

Please sign in to comment.