Commit b6462ae3 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Migration dialog: Incorrectly named Mixin classes were completely ignored.

parent 1e04cd9f
Pipeline #10781 failed with stage
in 0 seconds
......@@ -6950,6 +6950,8 @@ Business Template is a set of definitions, such as skins, portal types and categ
mixin_class_name = m.__name__
if mixin_class_name is None:
LOG("BusinessTemplate", WARNING,
"%s: No mixin class defined or incorrectly named?" % filepath)
continue
subsubmodule_name = mixin_class_name
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment