From f9a5223f082c406df6a48a335c30b54793d4c83f Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sun, 5 Jun 2022 07:56:44 -0700 Subject: [PATCH] delete_instance Signed-off-by: James Cherry --- tcl/NetworkEdit.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tcl/NetworkEdit.tcl b/tcl/NetworkEdit.tcl index 041b1345..714dd483 100644 --- a/tcl/NetworkEdit.tcl +++ b/tcl/NetworkEdit.tcl @@ -114,7 +114,7 @@ proc delete_instance { instance } { if { [is_object $instance] } { set object_type [object_type $instance] if { $object_type == "Instance" } { - set inst $obj + set inst $instance } else { sta_error 587 "unsupported object type $object_type." }