Skip to content

Commit 4e81368

Browse files
committed
.parent fix
1 parent 8015a92 commit 4e81368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/gsbuild/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class SpecialBuildHook(BuildHookInterface):
1919
PLUGIN_NAME = "codegen_build"
2020

2121
def initialize(self, version: str, build_data: dict[str, Any]) -> None:
22-
file = Path(self.root) / "src" / "codegen" / "sdk" / "__init__.py"
22+
file = Path(self.root).parent / "src" / "codegen" / "sdk" / "__init__.py"
2323
update_init_file(file)
2424

2525
build_data["artifacts"].append(f"/{file}")

0 commit comments

Comments
 (0)