Permalink
Browse files

minor fix

  • Loading branch information...
1 parent 23a3530 commit d6beda0384d6348d8f40af1acd55742e8f3daf02 @StrausMG StrausMG committed Jun 19, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 everware/spawner.py
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')

0 comments on commit d6beda0

Please sign in to comment.