From 03473a00476a9d4bddfd54b774fbf19366e88282 Mon Sep 17 00:00:00 2001 From: Igor Polyakov Date: Tue, 21 Jun 2016 15:32:03 +0700 Subject: [PATCH] correcting misspellings --- yandextank/api/apiworker.py | 2 +- yandextank/core/consoleworker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/yandextank/api/apiworker.py b/yandextank/api/apiworker.py index b6ad7af..d1cbdc4 100644 --- a/yandextank/api/apiworker.py +++ b/yandextank/api/apiworker.py @@ -144,7 +144,7 @@ class ApiWorker: ] except OSError: self.log.warn(self.baseconfigs_location + - ' is not acessible to get configs list') + ' is not accessible to get configs list') configs += [os.path.expanduser('~/.yandex-tank')] return configs diff --git a/yandextank/core/consoleworker.py b/yandextank/core/consoleworker.py index 2d87829..4ddc64c 100644 --- a/yandextank/core/consoleworker.py +++ b/yandextank/core/consoleworker.py @@ -161,7 +161,7 @@ class ConsoleTank: ] except OSError: self.log.warn(self.baseconfigs_location + - ' is not acessible to get configs list') + ' is not accessible to get configs list') configs += [os.path.expanduser('~/.yandex-tank')] return configs