Browse Source

Hotfix : Typo dans le nom de get_port_profile

docker_basic_support
Hugo LEVY-FALK 7 years ago
committed by chirac
parent
commit
6491fb0247
  1. 2
      topologie/models.py

2
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):

Loading…
Cancel
Save