Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.core
Commits
8ecfa4aa
Commit
8ecfa4aa
authored
Apr 20, 2018
by
Samuel GAIST
Browse files
[dock] Fix exception declaration in expect
parent
0e40cdc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/core/dock.py
View file @
8ecfa4aa
...
...
@@ -523,7 +523,7 @@ class Host(object):
status
=
self
.
wait
(
container
)
output
=
self
.
logs
(
container
)
except
Exception
,
e
:
except
Exception
as
e
:
return
1
,
None
finally
:
...
...
Write
Preview
Supports
Markdown
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