aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python/Classify.py
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python/Classify.py')
-rw-r--r--resources/libraries/python/Classify.py2
1 files changed, 1 insertions, 1 deletions
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