[TD]improve export error message

This commit is contained in:
wandererfan
2020-01-16 08:43:53 -05:00
committed by WandererFan
parent 1e972eca79
commit b26b95da4d

View File

@@ -151,7 +151,7 @@ private:
}
}
else {
throw Py::TypeError("Export of this object type is not supported by TechDraw module");
throw Py::TypeError("No Technical Drawing Page found in selection.");
}
}
}