diff --git a/recipes/recipe_modules/bot_update/resources/bot_update.py b/recipes/recipe_modules/bot_update/resources/bot_update.py index abf55f17a..405d44635 100755 --- a/recipes/recipe_modules/bot_update/resources/bot_update.py +++ b/recipes/recipe_modules/bot_update/resources/bot_update.py @@ -1019,6 +1019,7 @@ def prepare(options, git_slns, active): def checkout(options, git_slns, specs, revisions, step_text, shallow): + print 'Using Python version: %s' % (sys.version,) print 'Checking git version...' ver = git('version').strip() print 'Using %s' % ver