Commit ce500ac
committed
Fix AttributeError when multitest has no parent
Use getattr with default value to safely access testcase_timeout config.
This prevents AttributeError when multitest doesn't have a parent config.
Addresses review comment on PR morganstanley#12411 parent 672339c commit ce500ac
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1231 | 1231 | | |
1232 | 1232 | | |
1233 | 1233 | | |
1234 | | - | |
| 1234 | + | |
| 1235 | + | |
| 1236 | + | |
1235 | 1237 | | |
1236 | 1238 | | |
1237 | 1239 | | |
| |||
0 commit comments