Merge pull request #3518 from InspectorCaracal/patch-24

Fix `GlobalScriptsContainer` scripts attribute reference
This commit is contained in:
Griatch 2024-04-27 20:47:18 +02:00 committed by GitHub
commit 698b65f580
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,7 +244,7 @@ class GlobalScriptContainer(Container):
"""
if not self.loaded:
self.load_data()
return self.scripts.values()
return list(self.loaded_data.values())
# Create all singletons