From e52dc388597f9e2706a9961d1e3a6d80ce203572 Mon Sep 17 00:00:00 2001 From: Adrian Woodley Date: Tue, 23 Jul 2019 02:53:17 +0800 Subject: [PATCH] Why isn't my linter working?! --- aviat_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aviat_config.py b/aviat_config.py index e62d1a0..0629802 100755 --- a/aviat_config.py +++ b/aviat_config.py @@ -125,7 +125,7 @@ class Worker(threading.Thread): INUeCommand("Terminal_I", "ipConfigOspfAreaId", 1, OSPF_AREA) ] - else if CLEANUP: + elif CLEANUP: commands = [ INUeCommand("Slot%s_I" % rstp_dac, "ceConfigNmsVid", 0, VLAN), INUeCommand("Terminal_I", "ipConfigAdEntAddress", rstp_dac + 1, new_ip),