diff --git a/config_script/whitelabel.py b/config_script/whitelabel.py index 02b2cb15..baf8c6ee 100644 --- a/config_script/whitelabel.py +++ b/config_script/whitelabel.py @@ -430,7 +430,7 @@ def set_team_for_target(self, target): logging.debug("DEVELOPMENT_TEAM for '"+target+"' target was set successfuly") # if nothing was found elif re.search(parameter_regex, config_file_string) is None: - logging.error("Check regex please. Nothing was found for 'DEVELOPMENT_TEAM' in '"+target+" target project file") + logging.error("Check regex please. Nothing was found for 'DEVELOPMENT_TEAM' in '"+target+"' target project file") else: logging.debug("Looks like DEVELOPMENT_TEAM for '"+target+"' target is set already")