diff --git a/scripts/ebcli_installer.py b/scripts/ebcli_installer.py index 8ed5d92..025160e 100644 --- a/scripts/ebcli_installer.py +++ b/scripts/ebcli_installer.py @@ -190,8 +190,8 @@ def _exec_cmd(args): VIRTUALENV_NOT_FOUND = ' '.join( [ - 'ERROR: Could not find and "virtualenv" installed. Ensure' - 'virtualenv is installed and that it is in PATH before executing' + 'ERROR: Could not find and "virtualenv" installed. Ensure ' + 'virtualenv is installed and that it is in PATH before executing ' 'this script.' ] )