MCPcopy Create free account
hub / github.com/ExpressLRS/ExpressLRS / process_flags

Function process_flags

src/python/build_flags.py:105–109  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

103 print("File '%s' does not exist" % path)
104
105def process_flags(path):
106 global build_flags
107 if not os.path.isfile(path):
108 return
109 parse_flags(path)
110
111def condense_flags():
112 global build_flags

Callers 1

build_flags.pyFile · 0.85

Calls 1

parse_flagsFunction · 0.85

Tested by

no test coverage detected