We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d156740 commit af28533Copy full SHA for af28533
cppython/plugins/pdm/plugin.py
@@ -59,7 +59,7 @@ def on_post_install(self, project: Project, dry_run: bool, **_kwargs: Any) -> No
59
60
self.logger.info("CPPython: Entered 'on_post_install'")
61
62
- if (pdm_pyproject := project.pyproject.read()) is None:
+ if (pdm_pyproject := project.pyproject.open_for_read()) is None:
63
self.logger.info('CPPython: Project data was not available')
64
return
65
0 commit comments