mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +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 {
|
||||
PyErr_SetString(PyExc_TypeError,
|
||||
"exception causes must derive from BaseException");
|
||||
"exception causes must derive from "
|
||||
"BaseException");
|
||||
goto raise_error;
|
||||
}
|
||||
PyException_SetCause(value, fixed_cause);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue