summaryrefslogtreecommitdiff
path: root/hack/graphql_to_header.py
diff options
context:
space:
mode:
Diffstat (limited to 'hack/graphql_to_header.py')
-rw-r--r--hack/graphql_to_header.py1
1 files changed, 1 insertions, 0 deletions
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