From 1f083271ed3e5bbe83b719e6f0266d39a52e25f9 Mon Sep 17 00:00:00 2001 From: Igor Polyakov Date: Mon, 4 Jul 2016 02:42:48 +0700 Subject: [PATCH] correcting misspellings --- yandextank/stepper/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yandextank/stepper/info.py b/yandextank/stepper/info.py index 3c3c919..a3610f2 100644 --- a/yandextank/stepper/info.py +++ b/yandextank/stepper/info.py @@ -36,7 +36,7 @@ class StepperStatus(object): def publish(self, key, value): if key not in self.info: - raise RuntimeError("Tryed to publish to a non-existent key: %s" % + raise RuntimeError("Tried to publish to a non-existent key: %s" % key) self.log.debug('Published %s to %s', value, key) self.info[key] = value