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.
1 parent dcbdcc8 commit 13f3a07Copy full SHA for 13f3a07
addons/source-python/packages/source-python/__init__.py
@@ -185,9 +185,11 @@ def setup_global_pointers():
185
factory_dictionary = manager.get_global_pointer(
186
'EntityFactoryDictionary'
187
)
188
- factories.factory_dictionary = factory_dictionary
189
except NameError:
190
warn(str(sys.exc_info()[1]))
+ return
191
+
192
+ factories.factory_dictionary = factory_dictionary
193
194
195
# =============================================================================
0 commit comments