mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
Actually print while installing
This commit is contained in:
parent
8f51bf2d0b
commit
02f0a1c434
6 changed files with 42 additions and 27 deletions
|
|
@ -81,9 +81,7 @@ class Store(object):
|
|||
if os.path.exists(sha_path):
|
||||
return os.readlink(sha_path)
|
||||
|
||||
logger.info('Installing environment for {0}.'.format(url))
|
||||
logger.info('Once installed this environment will be reused.')
|
||||
logger.info('This may take a few minutes...')
|
||||
logger.info('Initializing environment for {0}.'.format(url))
|
||||
|
||||
dir = tempfile.mkdtemp(prefix='repo', dir=self.directory)
|
||||
with clean_path_on_failure(dir):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue