diff --git a/checkpoint_asg_chassis.mkp b/checkpoint_asg_chassis.mkp index ba31d0e041ab1f2ece4f13c632debd601d898bb7..14565ef2dc0ed28272a091ec4348e12e15683031 100644 Binary files a/checkpoint_asg_chassis.mkp and b/checkpoint_asg_chassis.mkp differ diff --git a/checks/checkpoint_asg_chassis b/checks/checkpoint_asg_chassis index aa9d5d0e2b77e594bff1284abe738a8ba147bccd..dc3aad88d7610150be5968f5e347c332dd3b2081 100644 --- a/checks/checkpoint_asg_chassis +++ b/checks/checkpoint_asg_chassis @@ -65,7 +65,7 @@ def inventory_checkpoint_asg_chassis(info): try: asgChassisMode, asgChassisHAMode, asgSyncToActive, asgSyncToStandby = chassis_info[0] yield None, {'inv_state': info} - except KeyError: + except IndexError: pass