Skip to content

fix: Add stacktrace form exception to raw report#6220

Merged
HazAT merged 3 commits intomasterfrom
bugfix/missing-exception-thread
Sep 29, 2017
Merged

fix: Add stacktrace form exception to raw report#6220
HazAT merged 3 commits intomasterfrom
bugfix/missing-exception-thread

Conversation

@HazAT
Copy link
Copy Markdown
Member

@HazAT HazAT commented Sep 29, 2017

No description provided.

@HazAT HazAT self-assigned this Sep 29, 2017
@HazAT HazAT requested a review from mitsuhiko September 29, 2017 08:23
def get_threads_apple_string(self):
rv = []
for thread in self.threads or []:
for thread in (self.exception + self.threads) or []:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can be None + [] which will fail (or the other way round).

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also since this is now different objects i would at least not call it thread (code now assumes either thread or exception).

@ghost
Copy link
Copy Markdown

ghost commented Sep 29, 2017

1 Warning
⚠️ You should update CHANGES due to the size of this PR

Generated by 🚫 danger

@HazAT HazAT merged commit ccabe3f into master Sep 29, 2017
@HazAT HazAT deleted the bugfix/missing-exception-thread branch September 29, 2017 09:13
@github-actions github-actions Bot locked and limited conversation to collaborators Dec 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants