summaryrefslogtreecommitdiffstats
path: root/python.d
diff options
context:
space:
mode:
Diffstat (limited to 'python.d')
-rw-r--r--python.d/python_modules/base.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python.d/python_modules/base.py b/python.d/python_modules/base.py
index 8940b8731a..fdacbc98eb 100644
--- a/python.d/python_modules/base.py
+++ b/python.d/python_modules/base.py
@@ -162,8 +162,7 @@ class SimpleService(threading.Thread):
try:
status = self._run_once()
except Exception as e:
- self.alert("internal error - aborting data collection: " + str(e))
- return
+ status = False
if status:
# it is good