We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f40db2 commit 56621a9Copy full SHA for 56621a9
1 file changed
src/utils_GUI/GUI_utils.jl
@@ -635,7 +635,6 @@ function update_descriptive_names!(gui::GUI)
635
# create a dictionary were the keys are all the types defined in emx_packages and the values are the types they inherit from
636
emx_supertypes_dict = get_supertypes(emx_packages)
637
inherit_descriptive_names_from_supertypes!(descriptive_names, emx_supertypes_dict)
638
-
639
for package ∈ emx_packages
640
package_path::Union{String,Nothing} = dirname(dirname(Base.find_package(package)))
641
if !isnothing(package_path)
0 commit comments