mirror of
https://github.com/python/cpython.git
synced 2025-10-16 03:40:58 +00:00
Whitespace cleanup.
This commit is contained in:
parent
ce272b6f8a
commit
7ce29ca41c
1 changed files with 39 additions and 38 deletions
|
@ -2986,7 +2986,8 @@ do_raise(PyObject *exc, PyObject *cause)
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
PyErr_SetString(PyExc_TypeError,
|
PyErr_SetString(PyExc_TypeError,
|
||||||
"exception causes must derive from BaseException");
|
"exception causes must derive from "
|
||||||
|
"BaseException");
|
||||||
goto raise_error;
|
goto raise_error;
|
||||||
}
|
}
|
||||||
PyException_SetCause(value, fixed_cause);
|
PyException_SetCause(value, fixed_cause);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue