From 61241b5d8883872ea070627bf288ffaf8c076dd6 Mon Sep 17 00:00:00 2001 From: Jed Reynolds Date: Thu, 11 Mar 2021 00:58:50 -0800 Subject: [PATCH] realm.py: whitespace Signed-off-by: Jed Reynolds --- py-json/realm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py-json/realm.py b/py-json/realm.py index 41d5cc4f..1a62c1fc 100755 --- a/py-json/realm.py +++ b/py-json/realm.py @@ -185,8 +185,8 @@ class Realm(LFCliBase): return LFUtils.wait_until_ports_disappear(base_url=self.lfclient_url, - port_list=sta_list, - debug=debug_) + port_list=sta_list, + debug=debug_) def rm_port(self, port_eid, check_exists=True, debug_=False): if port_eid is None: