[TD]improve export error message

This commit is contained in:
wandererfan
2020-01-16 08:43:53 -05:00
committed by WandererFan
parent 60ca94d7c2
commit 841a673bba

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.");
}
}
}