summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--network/nxos/nxos_portchannel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/nxos/nxos_portchannel.py b/network/nxos/nxos_portchannel.py
index 768bb6ad..c1f1ee10 100644
--- a/network/nxos/nxos_portchannel.py
+++ b/network/nxos/nxos_portchannel.py
@@ -331,7 +331,7 @@ def execute_config_command(commands, module):
error=str(clie), commands=commands)
except AttributeError:
try:
- module.config.load_config(commands)
+ output = module.config.load_config(commands)
except NetworkError:
clie = get_exception()
module.fail_json(msg='Error sending CLI commands',