fix nxos_linkagg issue (#41550)

* fix nxos_linkagg issue

* fix shippable
pull/4420/head
saichint 2018-06-16 07:53:29 -07:00 committed by Trishna Guha
parent 674dd3b10d
commit 119e6d680b
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ def map_config_to_obj(module):
try:
channels = output['TABLE_channel']['ROW_channel']
except KeyError:
except (TypeError, KeyError):
return objs
if channels: