mirror of
https://github.com/valitydev/yandex-tank.git
synced 2024-11-06 10:25:17 +00:00
correcting misspellings
This commit is contained in:
parent
9dd74592c2
commit
03473a0047
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user