We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea28c4c + b68b386 commit 6dcda76Copy full SHA for 6dcda76
1 file changed
Wrapping/Generators/Python/itk/support/base.py
@@ -360,7 +360,7 @@ def load_factories(factory_name: str) -> None:
360
import itk
361
362
for module_name, data in itk_base_global_module_data.items():
363
- for name, factory_class_prefix in data.get_module_factories()[:2]:
+ for name, factory_class_prefix in data.get_module_factories():
364
if name == factory_name:
365
# Get the factory, loading new modules with itk_load_swig_module as necessary
366
namespace = dict()
0 commit comments