Remove . from Installing environment for log

This commit is contained in:
Nikita Sobolev 2022-08-15 12:14:05 +03:00 committed by GitHub
parent 6740a1795c
commit 41cd3b906b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -63,7 +63,7 @@ def _hook_installed(hook: Hook) -> bool:
def _hook_install(hook: Hook) -> None: def _hook_install(hook: Hook) -> None:
logger.info(f'Installing environment for {hook.src}.') 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...') logger.info('This may take a few minutes...')