Skip to content

Commit

Permalink
feat: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Dec 19, 2024
1 parent b899ee3 commit 41a8416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antarest/study/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -2068,7 +2068,7 @@ def delete_link(
)
if referencing_binding_constraints:
binding_ids = [bc.id for bc in referencing_binding_constraints]
raise ReferencedObjectDeletionNotAllowed(link_id, binding_ids, object_type="link")
raise ReferencedObjectDeletionNotAllowed(link_id, binding_ids, object_type="Link")
self.links_manager.delete_link(study, area_from, area_to)
self.event_bus.push(
Event(
Expand Down

0 comments on commit 41a8416

Please sign in to comment.