[Base] remove some more superfluous nullptr checks
This commit is contained in:
@@ -344,7 +344,7 @@ PyObject * FileException::getPyObject()
|
||||
|
||||
void FileException::setPyObject( PyObject * pydict)
|
||||
{
|
||||
if (pydict!=nullptr) {
|
||||
if (pydict) {
|
||||
Exception::setPyObject(pydict);
|
||||
|
||||
Py::Dict edict(pydict);
|
||||
|
||||
Reference in New Issue
Block a user