Skip to content

Commit

Permalink
Invert the direction of the auto-log traces so they match those given…
Browse files Browse the repository at this point in the history
… by Exceptions and culprit determination works properly.
  • Loading branch information
Adam Knight committed Oct 21, 2011
1 parent 78bc0b4 commit d07da5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions raven/base.py
Expand Up @@ -123,6 +123,7 @@ def process(self, **kwargs):
else:
continue
stack.append(frame)
stack.reverse()
else:
# assume stack was a list of frames
stack = get_stack or []
Expand Down

0 comments on commit d07da5a

Please sign in to comment.