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

minor fix

commit d6beda0384d6348d8f40af1acd55742e8f3daf02 @StrausMG StrausMG committed Jun 19, 2017
View
@@ -55,7 +55,7 @@ def client(self):
return super(CustomDockerSpawner, self).client
def _reset_byor(self):
- self.container_ip = self.__class__.container_ip
+ self.container_ip = str(self.__class__.container_ip)
self._byor_client = None
byor_timeout = Int(20, min=1, config=True, help='Timeout for connection to BYOR Docker daemon')