X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVatExecutor.py;h=4fe549eb2311bdb72f31c0e6061db51eac9251e3;hb=refs%2Fchanges%2F18%2F21318%2F1;hp=1d0a2133c0194eccce0b2bd12cc00ff01a90ef38;hpb=6d941885b7974c992e5376a5c80dbe536ed0fc2f;p=csit.git 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