Commit 78ad7e6
authored
The skipping machinery called `getattr(err, "reason", "")` on an arbitrary
exception. As intermittent Buildbot failures show, sometimes it's set
to None.
Convert it to string for this specific check.
1 parent 1fe67df commit 78ad7e6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5029 | 5029 | | |
5030 | 5030 | | |
5031 | 5031 | | |
5032 | | - | |
| 5032 | + | |
5033 | 5033 | | |
5034 | 5034 | | |
5035 | 5035 | | |
| |||
0 commit comments