Commit 92a55f75 authored by Jason Madden's avatar Jason Madden

return the value. d'oh.

parent 7636521f
This diff is collapsed.
......@@ -89,6 +89,7 @@ class _signal_metaclass(type):
# reloading because os.path.abspath blows up on None.
# It gracefully handles an AttributeError, though.
raise AttributeError(name)
return val
def __setattr__(cls, name, value):
# For symmetry with getattr and dir, pass all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment