feat: knf
This commit is contained in:
@@ -32,7 +32,7 @@ async def main():
|
||||
for file in os.listdir("contest-2025-data/test_cases/mbt"):
|
||||
if file.endswith(".mbt"):
|
||||
in_path = os.path.join("contest-2025-data/test_cases/mbt", file)
|
||||
out_path = os.path.join("output/repo", file.replace(".mbt", ".s"))
|
||||
out_path = os.path.join("output/repo", file.replace(".mbt", ".ll"))
|
||||
tasks.append(check_file(in_path, out_path))
|
||||
await asyncio.gather(*tasks)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user