Skip to content

Commit ccf2653

Browse files
author
James William Pye
committed
Keep the closest originating object close to the error information.
1 parent 0fb8790 commit ccf2653

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

postgresql/exceptions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def __str__(self):
5555
l = [
5656
': '.join((x[1], x[2])) for x in ss
5757
]
58-
l.reverse()
5958
this = self.ife_snapshot_text()
6059
return this + (os.linesep + os.linesep.join(l) if l else "")
6160

0 commit comments

Comments
 (0)