Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

Bring Your Own Resources #205

Merged
merged 23 commits into from Jun 30, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
Viewing a subset of changes. View all

fix typo

commit 6515f4347bb2b8ce38c43d4178582ec3797b133d @StrausMG StrausMG committed May 25, 2017
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']