Part: Fixed python representation of Part2DObject - fixes #1387
This commit is contained in:
@@ -12,7 +12,7 @@ using namespace Part;
|
||||
// returns a string which represents the object e.g. when printed in python
|
||||
std::string Part2DObjectPy::representation(void) const
|
||||
{
|
||||
return std::string("<Part2DObject object>");
|
||||
return std::string("<Part::Part2DObject>");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user