[TechDraw] Simplify return logic
Easy warmup
This commit is contained in:
committed by
WandererFan
parent
17b457a783
commit
6df0a20214
@@ -38,8 +38,7 @@ std::string DrawViewDimExtentPy::representation() const
|
||||
PyObject* DrawViewDimExtentPy::tbd(PyObject* args)
|
||||
{
|
||||
(void) args;
|
||||
PyObject *pyText = nullptr;
|
||||
return pyText;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user