Skip to content

Commit

Permalink
feat: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoPascoli committed Jan 6, 2025
1 parent c61fce9 commit c2413a9
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 @@ -2070,7 +2070,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 c2413a9

Please sign in to comment.