From c2413a9a2b5a6cb7a572988e5208637216ba4274 Mon Sep 17 00:00:00 2001 From: Theo Pascoli Date: Thu, 19 Dec 2024 15:19:56 +0100 Subject: [PATCH] feat: fix typo --- antarest/study/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antarest/study/service.py b/antarest/study/service.py index 9ac7e4177d..984e10487d 100644 --- a/antarest/study/service.py +++ b/antarest/study/service.py @@ -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(