X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2FClassify.py;h=e4fa2a308776430e00ece0476916f4a44bc6d88c;hb=b2f75ec0f52110c267b90372e657b664417c1f4b;hp=d0a5804bf8a85f3f08b7af4fed17442f85c074cf;hpb=005e7e00d0e9b9d4c0796c998b88d639ee316033;p=csit.git diff --git a/resources/libraries/python/Classify.py b/resources/libraries/python/Classify.py index d0a5804bf8..e4fa2a3087 100644 --- a/resources/libraries/python/Classify.py +++ b/resources/libraries/python/Classify.py @@ -375,7 +375,7 @@ class Classify(object): try: VatExecutor.cmd_from_template( node, "acl_plugin/acl_dump.vat") - except ValueError: + except (ValueError, RuntimeError): # Fails to parse JSON data in response, but it is still logged pass