There was an error while loading. Please reload this page.
1 parent 45e13cb commit 418fb63Copy full SHA for 418fb63
1 file changed
cpex/framework/isolated/client.py
@@ -203,7 +203,6 @@ async def create_venv(
203
async def initialize(self) -> None:
204
"""Initialize the plugin's venv environment with caching support."""
205
# ensure the config is validated
206
- path = Path(self.config.config.get("script_path")).resolve()
207
if not os.path.exists(self.plugin_path):
208
raise FileNotFoundError(f"plugin path not found: {self.plugin_path}")
209
0 commit comments