Commit 3899dc65 by Ralf W. Grosse-Kunstleve Committed by GitHub

Documenting missing unit test coverage. (#3673)

parent 0f6ad910
...@@ -991,6 +991,7 @@ protected: ...@@ -991,6 +991,7 @@ protected:
#if PY_VERSION_HEX >= 0x03030000 #if PY_VERSION_HEX >= 0x03030000
// Attach additional error info to the exception if supported // Attach additional error info to the exception if supported
if (PyErr_Occurred()) { if (PyErr_Occurred()) {
// #HelpAppreciated: unit test coverage for this branch.
raise_from(PyExc_TypeError, msg.c_str()); raise_from(PyExc_TypeError, msg.c_str());
return nullptr; return nullptr;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment