[sonic-cfggen]: Remove extra Nones when return (#481)
Signed-off-by: Shuotian Cheng <shuche@microsoft.com>
This commit is contained in:
parent
e0a3c2aa57
commit
f4bc4a68b8
@ -233,7 +233,7 @@ def parse_dpg(dpg, hname):
|
||||
acls[aclname] = acl_intfs
|
||||
|
||||
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):
|
||||
|
Reference in New Issue
Block a user