From af4f48ee60607570377d2ad5fa154e4bb398218d Mon Sep 17 00:00:00 2001 From: Mete Ozguz Date: Sun, 2 Jun 2024 22:46:14 -0400 Subject: [PATCH] Update ebcli_installer.py fix error message --- scripts/ebcli_installer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.' ] )