realm: Missing colon

Signed-off-by: matthew <stidmatt@gmail.com>
This commit is contained in:
matthew
2021-12-03 08:01:39 -08:00
parent f4a9c1fdb4
commit a535e753dd

View File

@@ -946,7 +946,7 @@ class Realm(LFCliBase):
def new_dut_profile(self):
return DUTProfile(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)
def new_mvlan_profile(self)
def new_mvlan_profile(self):
return MACVLANProfile(self.lfclient_host, self.lfclient_port, local_realm=self, debug_=self.debug)
def new_qvlan_profile(self):