mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 03:13:12 +00:00
Hotfix : Typo dans le nom de get_port_profile
This commit is contained in:
parent
3db4f837a4
commit
6491fb0247
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue