Skip to content

Commit 68cd514

Browse files
authored
Update dcnm_network.py
fix pylint issue
1 parent c4f6695 commit 68cd514

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/modules/dcnm_network.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,7 +1384,7 @@ def get_have(self):
13841384
# Remove mcastGroup when Fabric is MSD
13851385
if "mcastGroup" not in json_to_dict:
13861386
del t_conf["mcastGroup"]
1387-
1387+
13881388
net.update({"networkTemplateConfig": json.dumps(t_conf)})
13891389
del net["displayName"]
13901390
del net["serviceNetworkTemplate"]
@@ -1912,7 +1912,7 @@ def get_diff_merge(self, replace=False):
19121912
dhcp2_vrf_changed.update({want_c["networkName"]: dhcp2_vrf_chg})
19131913
dhcp3_vrf_changed.update({want_c["networkName"]: dhcp3_vrf_chg})
19141914
dhcp_loopback_changed.update({want_c["networkName"]: dhcp_loopbk_chg})
1915-
if self.is_ms_fabric == False:
1915+
if self.is_ms_fabric is False:
19161916
multicast_group_address_changed.update({want_c["networkName"]: mcast_grp_chg})
19171917
gwv6_changed.update({want_c["networkName"]: gwv6_chg})
19181918
sec_gw1_changed.update({want_c["networkName"]: sec_gw1_chg})

0 commit comments

Comments
 (0)