From e3b96711f9f7bb2c8ec6c3c51b7525d0f5fd9413 Mon Sep 17 00:00:00 2001 From: Anshul Gupta Date: Thu, 12 Jun 2025 01:43:36 -0700 Subject: Implement sourcehut remote --- hack/graphql_to_header.py | 1 + 1 file changed, 1 insertion(+) (limited to 'hack/graphql_to_header.py') diff --git a/hack/graphql_to_header.py b/hack/graphql_to_header.py index da0107d..c4eaa5f 100644 --- a/hack/graphql_to_header.py +++ b/hack/graphql_to_header.py @@ -8,6 +8,7 @@ var_name = sys.argv[3] with input_path.open() as f: lines = f.readlines() +output_path.parent.mkdir(parents=True, exist_ok=True) with output_path.open("w") as f: f.write( f'''#ifndef QUERIES_{var_name.upper()}_H -- cgit v1.2.3