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
minor fix
Loading branch information
...
1 parent
23a3530
commit
d6beda0384d6348d8f40af1acd55742e8f3daf02
StrausMG
committed
Jun 19, 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
@@ -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
'
)
Toggle all file notes
0 comments on commit
d6beda0
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
d6beda0