Skip to content
Snippets Groups Projects
Commit 04e4e70b authored by Adrian Torres's avatar Adrian Torres
Browse files

[FIX] base: prevent messing up existing registry

parent c306ce28
No related branches found
No related tags found
No related merge requests found
......@@ -100,6 +100,7 @@ class Registry(Mapping):
registry._init = False
registry.ready = True
registry.registry_invalidated = bool(update_module)
registry.new = registry.init = registry.registries = None
return registry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment