Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
16
Star
88
Fork
22
everware
/
everware
Code
Issues
64
Pull requests
2
Projects
0
Wiki
Insights
Pulse
Graphs
Permalink
Browse files
fix critical bug
Loading branch information
...
1 parent
4606899
commit
87980a6a05c04b8ce792dfac61ee9519ea490754
StrausMG
committed
Jun 20, 2017
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
everware/spawner.py
Show comments
View
2
everware/spawner.py
@@ -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.
Toggle all file notes
0 comments on commit
87980a6
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
87980a6