Skip to content

Commit

Permalink
fix: error message in the service validation
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Oct 3, 2023
1 parent 14de7d1 commit 7aeb619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autonomy/configurations/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def check_overrides_valid(
)
if component_id in processed:
raise AEAValidationError(
f"Overrides for component {component_id} are defined more than once"
f"Overrides for component {component_id} are defined more than once in the service `{self.public_id}`"
)
if has_multiple_overrides:
for idx in range(self.number_of_agents):
Expand Down

0 comments on commit 7aeb619

Please sign in to comment.