| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b47044a commit 8ddbac2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -298,10 +298,8 @@ def HasRun(self, output): | |||
| 298 | 298 | ||
| 299 | 299 | if output.HasCrashed(): | |
| 300 | 300 | self.severity = 'crashed' | |
| 301 | - exit_code = output.output.exit_code | ||
| 302 | - self.traceback = "oh no!\nexit code: " + PrintCrashed(exit_code) | ||
| 303 | 301 | ||
| 304 | - if output.HasTimedOut(): | ||
| 302 | + elif output.HasTimedOut(): | ||
| 305 | 303 | self.severity = 'fail' | |
| 306 | 304 | ||
| 307 | 305 | else: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments