Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SHAILAB-IPEC/OpenFly-Platform
/ load_config
Function
load_config
scripts/sim/env_bridge.py:34–37 ·
view source on GitHub ↗
(config_file="config.yaml")
Source
from the content-addressed store, hash-verified
32
33
34
def
load_config(config_file=
"config.yaml"
):
35
with
open(config_file,
'r'
)
as
f:
36
config = yaml.safe_load(f)
37
return
config[
'thread_params'
]
38
39
40
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected