Fixed old naming of cpl_core

This commit is contained in:
2022-05-25 18:56:08 +02:00
parent bbd0a60f98
commit e0f69c9bdf
3 changed files with 9 additions and 9 deletions

View File

@@ -73,7 +73,7 @@ class UpdateService(CommandABC):
'--upgrade',
'--upgrade-strategy',
'eager',
source=self._cli_settings.pip_path if 'sh_cpl' in name else None,
source=self._cli_settings.pip_path if 'cpl-' in name else None,
stdout=subprocess.DEVNULL,
stderr=subprocess.DEVNULL
)