Fixed null reference exception when model is null

This commit is contained in:
aj
2018-04-24 21:31:15 -04:00
parent c611505356
commit 6888d763b6

View File

@@ -288,7 +288,7 @@ namespace ExportDXF.Forms
if (part == null)
{
Print(model.GetTitle() + " - skipped, not a part document");
Print(item.ItemNo + " - skipped, not a part document");
continue;
}