server: normalize fs path

This commit is contained in:
Koushik Dutta
2024-08-13 22:45:51 -07:00
parent 2b353cf4c8
commit 8a8bee33c1
7 changed files with 19 additions and 12 deletions

View File

@@ -798,7 +798,7 @@ class PluginRemote:
print("requirements.txt (up to date)")
print(str_requirements)
sys.path.insert(0, zipPath)
sys.path.insert(0, plugin_zip_paths.get("unzipped_path"))
sys.path.insert(0, pip_target)
self.systemManager = SystemManager(self.api, self.systemState)