From 6515f4347bb2b8ce38c43d4178582ec3797b133d Mon Sep 17 00:00:00 2001 From: Yuriy Gorishniy Date: Thu, 25 May 2017 16:49:15 +0300 Subject: [PATCH] fix typo --- everware/spawner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/everware/spawner.py b/everware/spawner.py index 81b37e9..0d63f82 100755 --- a/everware/spawner.py +++ b/everware/spawner.py @@ -86,7 +86,7 @@ def client(self, value): self._client = value @gen.coroutine - def self._set_client(self): + def _set_client(self): """Prepare a client for the user. For a non-BYOR user just set the global client.""" if self._byor_is_used: byor_docker_url = self.user_options['byor_docker_url']