[PATCH] D67581: [LNT] Python 3 support: Replace `raise E, V` with `raise E(V)`

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 13 20:46:34 PDT 2019


hubert.reinterpretcast created this revision.
hubert.reinterpretcast added reviewers: cmatthews, thopre, kristof.beyls.

Mechanically changed `raise E, V` to `raise E(V)`. Split out from D67535 <https://reviews.llvm.org/D67535>.

This patch covers the files found to be affected when running tests (without result submission).


https://reviews.llvm.org/D67581

Files:
  lnt/external/stats/stats.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67581.220203.patch
Type: text/x-patch
Size: 9371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190914/00dffc72/attachment.bin>


More information about the llvm-commits mailing list