This commit is contained in:
James Cherry 2019-06-01 18:41:09 -07:00
parent cbbdce9ed3
commit 21658ed182
1 changed files with 1 additions and 1 deletions

View File

@ -1472,7 +1472,7 @@ proc get_instance_error { arg_name arg } {
} elseif { [is_object $arg] } {
set object_type [object_type $arg]
if { $object_type == "Instance" } {
lappend insts $arg
set inst $arg
} else {
sta_error "$arg_name type '$object_type' is not an instance."
}