Skip to content

Commit 0af2939

Browse files
committed
lint
1 parent 96d4a8d commit 0af2939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

header_matcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def match_headers(mapping1, mapping2):
2525
# Load the two header mappings
2626
with open("output_header_mapping_godot.json", "r") as file:
2727
mapping_godot = json.load(file)
28-
file_types_mapping_godot_cpp_gen = map_header_files(os.getcwd() / "gen" / "include")
28+
file_types_mapping_godot_cpp_gen = map_header_files(os.path.join(os.getcwd(), "gen", "include"))
2929
matches = match_headers(file_types_mapping_godot_cpp_gen, mapping_godot)
3030

3131
# Optionally, you can save the matches to a file

0 commit comments

Comments
 (0)