Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
745017f8
Commit
745017f8
authored
Sep 12, 2017
by
Philip ABBET
Browse files
Bugfix: Possible use of unknown key when str(beat.core.Host) is used
parent
899609b1
Changes
1
Show whitespace changes
Inline
Side-by-side
beat/core/dock.py
View file @
745017f8
...
...
@@ -93,7 +93,7 @@ class Host(object):
def
__str__
(
self
):
return
self
.
kwargs
[
'base_url'
]
return
self
.
kwargs
.
get
(
'base_url'
,
'Host'
)
def
env2docker
(
self
,
key
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment