We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8015a92 commit 4e81368Copy full SHA for 4e81368
src/codegen/gsbuild/build.py
@@ -19,7 +19,7 @@ class SpecialBuildHook(BuildHookInterface):
19
PLUGIN_NAME = "codegen_build"
20
21
def initialize(self, version: str, build_data: dict[str, Any]) -> None:
22
- file = Path(self.root) / "src" / "codegen" / "sdk" / "__init__.py"
+ file = Path(self.root).parent / "src" / "codegen" / "sdk" / "__init__.py"
23
update_init_file(file)
24
25
build_data["artifacts"].append(f"/{file}")
0 commit comments