Explorar o código

Correct typo.

Joe Clarke hai 1 ano
pai
achega
cea7a1654a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      automation/services/notify_dc_users.py

+ 1 - 1
automation/services/notify_dc_users.py

@@ -233,7 +233,7 @@ def main():
 
         if vm["vlan"] not in NETWORK_MAP:
             # This is an Attendee VLAN that has been added to the DC.
-            if vm["vlan"] is VLAN_MAP:
+            if vm["vlan"] in VLAN_MAP:
                 nbvlan = VLAN_MAP[vm["vlan"]]
             else:
                 nbvlan = vm["vlan"]