Actually print while installing

This commit is contained in:
Anthony Sottile 2015-02-22 16:18:46 -08:00
parent 8f51bf2d0b
commit 02f0a1c434
6 changed files with 42 additions and 27 deletions

View file

@ -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):