================ @@ -410,16 +409,13 @@ def filename_from_module(module_name: str, check_name: str) -> str: with io.open(module_file, "r") as f: ---------------- vbvictor wrote: fixed https://github.com/llvm/llvm-project/pull/176927