We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0fe44f commit 46bdc28Copy full SHA for 46bdc28
src/bo4egenerator/cli.py
@@ -34,7 +34,7 @@ def main() -> None:
34
quicktype_executable = "quicktype" # Assuming it's in PATH on Linux (GH Actions)
35
36
# Install BO4E-Schema-Tool and generate schemas
37
- running_bo4e_schema_tool(schemas_dir)
+ running_bo4e_schema_tool(str(schemas_dir))
38
39
# Generate C# classes
40
generate_csharp_classes(Path(project_root), Path(schemas_dir), Path(output_dir), quicktype_executable)
0 commit comments