Permalink
Browse files

fix typo

  • Loading branch information...
1 parent 1c7a454 commit 6515f4347bb2b8ce38c43d4178582ec3797b133d @StrausMG StrausMG committed May 25, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 everware/spawner.py
View
@@ -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']

0 comments on commit 6515f43

Please sign in to comment.