From 6491fb02478790dfef9d1a82262f74a0fafb2a4b Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Wed, 3 Oct 2018 22:17:36 +0200 Subject: [PATCH] Hotfix : Typo dans le nom de get_port_profile --- topologie/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topologie/models.py b/topologie/models.py index 5a147701..6284a124 100644 --- a/topologie/models.py +++ b/topologie/models.py @@ -542,7 +542,7 @@ class Port(AclMixin, RevMixin, models.Model): return "Inconnue" @cached_property - def get_port_profil(self): + def get_port_profile(self): """Return the config profil for this port :returns: the profile of self (port)""" def profile_or_nothing(profile):