From 8cf21b1b2c3133b94a6fdebf4648488117a81c45 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Wed, 6 Nov 2013 05:07:58 +0100 Subject: [PATCH] just a typo fix --- linspector/core/job.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linspector/core/job.py b/linspector/core/job.py index a1cfae3..bace806 100644 --- a/linspector/core/job.py +++ b/linspector/core/job.py @@ -89,8 +89,8 @@ class Job: self.job_index = 0 self.job_infos[self.job_index] = job_info - def handle_threshold(self, service_threshold, execution_sucessful): - if execution_sucessful: + def handle_threshold(self, service_threshold, execution_successful): + if execution_successful: if self.job_threshold > 0: if "threshold_reset" in self.core and self.core["threshold_reset"]: logger.info("Job " + self.hex_string() + ", Threshold Reset")