Mechanically changed raise E, V to raise E(V). Split out from D67535.
This patch covers the files found to be affected when running tests (without result submission).
Paths
| Differential D67581
[LNT] Python 3 support: Replace `raise E, V` with `raise E(V)` ClosedPublic Authored by hubert.reinterpretcast on Sep 13 2019, 8:46 PM.
Details Summary Mechanically changed raise E, V to raise E(V). Split out from D67535. This patch covers the files found to be affected when running tests (without result submission).
Diff Detail
Event TimelineClosed by commit rL371946: [LNT] Python 3 support: Replace `raise E, V` with `raise E(V)` (authored by hubert.reinterpretcast). · Explain Why This revision was automatically updated to reflect the committed changes.
Diff 220265 lnt/trunk/lnt/external/stats/stats.py
|