Merge pull request #2708 from InspectorCaracal/global_script_start
Auto-start global scripts
This commit is contained in:
commit
f5ea1844df
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ class GlobalScriptContainer(Container):
|
||||||
|
|
||||||
# store a hash representation of the setup
|
# store a hash representation of the setup
|
||||||
script.attributes.add("_global_script_settings", compare_hash, category="settings_hash")
|
script.attributes.add("_global_script_settings", compare_hash, category="settings_hash")
|
||||||
script.start()
|
script.start()
|
||||||
|
|
||||||
return script
|
return script
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue