Show More
@@ -624,6 +624,7 b' class HasTraits(py3compat.with_metaclass(MetaHasTraits, object)):' | |||||
624 | setattr(self, name, cache[name][1]) |
|
624 | setattr(self, name, cache[name][1]) | |
625 | else: |
|
625 | else: | |
626 | delattr(self, name) |
|
626 | delattr(self, name) | |
|
627 | cache = {} | |||
627 | notifications = {} |
|
628 | notifications = {} | |
628 | raise e |
|
629 | raise e | |
629 | finally: |
|
630 | finally: |
General Comments 0
You need to be logged in to leave comments.
Login now