8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-09-17 11:43:08 +00:00

Hotfix : Typo dans le nom de get_port_profile

This commit is contained in:
Hugo LEVY-FALK 2018-10-03 22:17:36 +02:00 committed by chirac
parent 3db4f837a4
commit 6491fb0247

View file

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