Skip to content

Commit

Permalink
chore: added missed quote
Browse files Browse the repository at this point in the history
  • Loading branch information
rnr committed Dec 5, 2024
1 parent c233603 commit d676ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_script/whitelabel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit d676ee3

Please sign in to comment.