Skip to content
Snippets Groups Projects

create a thread for each node in gparallel

Merged Ahmed Elsayed requested to merge dynamic-threads into master
Compare and
2 files
+ 5
1
Preferences
Compare changes
Files
2
@@ -21,7 +21,7 @@ SYSTEM_CONFIG_PATH = "/opt/cfg/system/system-config.yaml"
def get_system_config():
with open(SYSTEM_CONFIG_PATH) as system_config_file:
system_config = yaml.load(system_config_file)
system_config = yaml.safe_load(system_config_file)
return system_config