Skip to content

Commit

Permalink
Fix for enthought#302
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesloibl committed Jun 29, 2022
1 parent d7643cf commit c688806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apptools/persistence/state_pickler.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ def set(self, obj, state, ignore=None, first=None, last=None):
for name in ignore:
try:
state_keys.remove(name)
except KeyError:
except ValueError:
pass

# Do the `first` attributes.
Expand Down

0 comments on commit c688806

Please sign in to comment.