Cleaning up GlobalScriptContainer from some junk logic.
This commit is contained in:
parent
021f5779bf
commit
bac0e9a8c1
2 changed files with 8 additions and 10 deletions
|
|
@ -155,9 +155,7 @@ class GlobalScriptContainer(Container):
|
|||
return None
|
||||
|
||||
# store a hash representation of the setup
|
||||
script.attributes.add("_global_script_settings", compare_hash, category="settings_hash")
|
||||
|
||||
self.scripts[key] = script
|
||||
script.attributes.add("global_script_settings", compare_hash, category="settings_hash")
|
||||
|
||||
return script
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue