Add missing comma

This commit is contained in:
Olivier Blanvillain 2024-04-29 14:19:52 +01:00 committed by GitHub
parent 85fe18253f
commit 9b8c7fa84d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ def _hook_installed(hook: Hook) -> bool:
def _hook_install(hook: Hook) -> None:
logger.info(f'Installing environment for {hook.src}.')
logger.info('Once installed this environment will be reused.')
logger.info('Once installed, this environment will be reused.')
logger.info('This may take a few minutes...')
if hook.language == 'python_venv':