mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 18:35:18 +00:00
Merge pull request #241 from IgorPolyakov/patch-1
correcting misspellings
This commit is contained in:
commit
707a93654b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user