aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/VatExecutor.py
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2019-08-15 06:36:36 +0000
committerPeter Mikus <pmikus@cisco.com>2019-08-15 06:36:36 +0000
commit545216fdee77b0b9ddc8d5e8c0f2e5662cacea76 (patch)
treee981a8c081ee3f0da3f19684207ab0e22539dfbd /resources/libraries/python/VatExecutor.py
parent6d941885b7974c992e5376a5c80dbe536ed0fc2f (diff)
Reduce disabled pylint to address them not hide
+ Fixed Qemu - Broad Exception should be addressed - Policer is about to be refactored - Drop search to be refactored Signed-off-by: Peter Mikus <pmikus@cisco.com> Change-Id: I97eb992497ff6334057bf82a0f413387706e17fd
Diffstat (limited to 'resources/libraries/python/VatExecutor.py')
-rw-r--r--resources/libraries/python/VatExecutor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/VatExecutor.py b/resources/libraries/python/VatExecutor.py
index 1d0a2133c0..4fe549eb23 100644
--- a/resources/libraries/python/VatExecutor.py
+++ b/resources/libraries/python/VatExecutor.py
@@ -252,7 +252,7 @@ class VatTerminal(object):
self._tty,
'sudo -S {0}{1}'.format(Constants.VAT_BIN_NAME, json_text),
self.__VAT_PROMPT)
- except Exception: #pylint: disable=broad-except
+ except Exception:
continue
else:
break