MCPcopy Create free account
hub / github.com/SHAILAB-IPEC/OpenFly-Platform / load_config

Function load_config

scripts/sim/gs_bridge.py:168–171  ·  view source on GitHub ↗
(config_file="config.yaml")

Source from the content-addressed store, hash-verified

166 print("Image saved!")
167
168def load_config(config_file="config.yaml"):
169 with open(config_file, 'r') as f:
170 config = yaml.safe_load(f)
171 return config['thread_params']
172
173def main():
174 parser = argparse.ArgumentParser(description="env name")

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected