Why isn't my linter working?!

This commit is contained in:
Adrian Woodley
2019-07-23 02:53:17 +08:00
parent 7cab7836b2
commit e52dc38859

View File

@@ -125,7 +125,7 @@ class Worker(threading.Thread):
INUeCommand("Terminal_I", "ipConfigOspfAreaId", 1, OSPF_AREA) INUeCommand("Terminal_I", "ipConfigOspfAreaId", 1, OSPF_AREA)
] ]
else if CLEANUP: elif CLEANUP:
commands = [ commands = [
INUeCommand("Slot%s_I" % rstp_dac, "ceConfigNmsVid", 0, VLAN), INUeCommand("Slot%s_I" % rstp_dac, "ceConfigNmsVid", 0, VLAN),
INUeCommand("Terminal_I", "ipConfigAdEntAddress", rstp_dac + 1, new_ip), INUeCommand("Terminal_I", "ipConfigAdEntAddress", rstp_dac + 1, new_ip),