Commit 73d90db1 authored by Jens Vagelpohl's avatar Jens Vagelpohl

- try to fix changed traceback representation

parent b6f4cd17
...@@ -123,7 +123,7 @@ Then the class will return to it's prior state: ...@@ -123,7 +123,7 @@ Then the class will return to it's prior state:
>>> c.baz() >>> c.baz()
Traceback (most recent call last): Traceback (most recent call last):
... ...
AttributeError: 'C' object has no attribute 'baz' AttributeError: 'C' object has no attribute 'baz'...
>>> c.bar() >>> c.bar()
bar first bar first
...@@ -168,7 +168,7 @@ Similarly, we don't see changes made in other connections: ...@@ -168,7 +168,7 @@ Similarly, we don't see changes made in other connections:
>>> c.color >>> c.color
Traceback (most recent call last): Traceback (most recent call last):
... ...
AttributeError: 'C' object has no attribute 'color' AttributeError: 'C' object has no attribute 'color'...
until we sync: until we sync:
......
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