summaryrefslogtreecommitdiff
path: root/test/units/modules/network/nxos/nxos_module.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/nxos/nxos_module.py')
-rw-r--r--test/units/modules/network/nxos/nxos_module.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/modules/network/nxos/nxos_module.py b/test/units/modules/network/nxos/nxos_module.py
index 342ec550d0..7a9871be8c 100644
--- a/test/units/modules/network/nxos/nxos_module.py
+++ b/test/units/modules/network/nxos/nxos_module.py
@@ -50,7 +50,7 @@ def load_fixture(module_name, name, device=''):
try:
data = json.loads(data)
- except:
+ except Exception:
pass
fixture_data[path] = data