Permalink
Browse files

fix critical bug

  • Loading branch information...
1 parent 4606899 commit 87980a6a05c04b8ce792dfac61ee9519ea490754 @StrausMG StrausMG committed Jun 20, 2017
Showing with 1 addition and 1 deletion.
  1. +1 −1 everware/spawner.py
View
@@ -71,7 +71,7 @@ def _set_client(self):
if not self.byor_is_used:
self._reset_byor()
return
- byor_ip = self.user_options['byor_docker_ip'],
+ byor_ip = self.user_options['byor_docker_ip']
byor_port = self.user_options['byor_docker_port']
# version='auto' causes a connection to the daemon.
# That's why the method must be a coroutine.

0 comments on commit 87980a6

Please sign in to comment.