Merge "Remove left over print" into stable/train

This commit is contained in:
Zuul 2020-05-29 06:36:07 +00:00 committed by Gerrit Code Review
commit 88d8462582
1 changed files with 0 additions and 1 deletions

View File

@ -256,7 +256,6 @@ class UpgradeUndercloud(InstallUndercloud):
utils.ensure_run_as_normal_user()
if not parsed_args.skip_package_updates:
print("executable is {}".format(sys.executable))
if ('python3' in sys.executable):
pyver = '3'
else: