fix nxos_linkagg issue (#41550)

* fix nxos_linkagg issue

* fix shippable

(cherry picked from commit 119e6d680b)
pull/41666/head
saichint 8 years ago committed by Matt Clay
parent 1a5ba963b6
commit 3278ef4a6b

@ -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:

Loading…
Cancel
Save