Skip to content

Commit 87648c9

Browse files
committed
fix tests and processing of supertypes
1 parent 137085f commit 87648c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils_GUI/GUI_utils.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ function update_descriptive_names!(gui::GUI)
635635
# create a dictionary were the keys are all the types defined in emx_packages and the values are the types they inherit from
636636
emx_supertypes_dict = get_supertypes(emx_packages)
637637
inherit_descriptive_names_from_supertypes!(descriptive_names, emx_supertypes_dict)
638-
639638
for package emx_packages
640639
package_path::Union{String,Nothing} = dirname(dirname(Base.find_package(package)))
641640
if !isnothing(package_path)

0 commit comments

Comments
 (0)