You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,23 +29,20 @@ public override void Build(CadDocumentBuilder builder)
30
29
elseif(ownerisnull)
31
30
{
32
31
builder.Notify($"Block owner for SortEntitiesTable {this.CadObject.Handle} not found",NotificationType.Warning);
32
+
return;
33
33
}
34
34
else
35
35
{
36
36
builder.Notify($"Block owner for SortEntitiesTable {this.CadObject.Handle} is not a block {owner.GetType().FullName} | {owner.Handle}",NotificationType.Warning);
0 commit comments