mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-11-27 11:44:06 +00:00
[sonic-cfggen]: Remove extra Nones when return (#481)
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
This commit is contained in:
@@ -233,7 +233,7 @@ def parse_dpg(dpg, hname):
|
|||||||
acls[aclname] = acl_intfs
|
acls[aclname] = acl_intfs
|
||||||
|
|
||||||
return intfs, lo_intfs, mgmt_intf, vlans, pcs, acls
|
return intfs, lo_intfs, mgmt_intf, vlans, pcs, acls
|
||||||
return None, None, None, None, None, None, None, None
|
return None, None, None, None, None, None
|
||||||
|
|
||||||
|
|
||||||
def parse_cpg(cpg, hname):
|
def parse_cpg(cpg, hname):
|
||||||
|
|||||||
Reference in New Issue
Block a user