MCPcopy Create free account
hub / github.com/aboutcode-org/scancode-toolkit / check_about

Function check_about

etc/scripts/utils_thirdparty.py:2243–2249  ·  view source on GitHub ↗
(dest_dir=THIRDPARTY_DIR)

Source from the content-addressed store, hash-verified

2241
2242
2243def check_about(dest_dir=THIRDPARTY_DIR):
2244 try:
2245 subprocess.check_output(f"venv/bin/about check {dest_dir}".split())
2246 except subprocess.CalledProcessError as cpe:
2247 print()
2248 print("Invalid ABOUT files:")
2249 print(cpe.output.decode("utf-8", errors="replace"))
2250
2251
2252def find_problems(

Callers 1

find_problemsFunction · 0.85

Calls 2

splitMethod · 0.45
decodeMethod · 0.45

Tested by

no test coverage detected