python_deploy: update local state on refresh
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
@@ -245,6 +245,7 @@ class PythonDeploy(AppDeploy):
|
||||
|
||||
async def refresh(self) -> None:
|
||||
try:
|
||||
await self._update_local_state()
|
||||
if self.source == PackageSource.PIP:
|
||||
await self._refresh_pip()
|
||||
elif self.source == PackageSource.GITHUB:
|
||||
|
Reference in New Issue
Block a user