Skip to content
Commit 9618980a authored by Zachary Turner's avatar Zachary Turner
Browse files

Python 3: Modernize exception raising syntax.

Old-style: `raise foo, bar`
New-style: `raise foo(bar)`

These two statements are equivalent, but the former is an error in
Python 3.

llvm-svn: 251977
parent c8a7913f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment