Skip to content

Commit 46bdc28

Browse files
str instead of path in argument
1 parent b0fe44f commit 46bdc28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bo4egenerator/cli.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def main() -> None:
3434
quicktype_executable = "quicktype" # Assuming it's in PATH on Linux (GH Actions)
3535

3636
# Install BO4E-Schema-Tool and generate schemas
37-
running_bo4e_schema_tool(schemas_dir)
37+
running_bo4e_schema_tool(str(schemas_dir))
3838

3939
# Generate C# classes
4040
generate_csharp_classes(Path(project_root), Path(schemas_dir), Path(output_dir), quicktype_executable)

0 commit comments

Comments
 (0)