X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FVatExecutor.py;h=4fe549eb2311bdb72f31c0e6061db51eac9251e3;hb=20cc67d5f23a7f4e05b08012bf3d3a63be4bcf63;hp=1d0a2133c0194eccce0b2bd12cc00ff01a90ef38;hpb=669d320bc64e41f879c047a39a66b8ec99bf4b1e;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