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 critical bug

commit 87980a6a05c04b8ce792dfac61ee9519ea490754 @StrausMG StrausMG committed Jun 20, 2017
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.