Merge pull request #241 from IgorPolyakov/patch-1

correcting misspellings
This commit is contained in:
Alexey Lavrenuke 2016-07-05 15:36:09 +03:00 committed by GitHub
commit 707a93654b

View File

@ -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