Skip to content

Commit

Permalink
flake8 error on master branch (fixes #5298)
Browse files Browse the repository at this point in the history
Signed-off-by: Guillermo Arribas <garribas@gmail.com>
  • Loading branch information
garribas authored and shin- committed Nov 1, 2017
1 parent 779773b commit 0847f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/bundle.py
Expand Up @@ -121,7 +121,7 @@ def get_image_digest(service, allow_push=False):
def push_image(service):
try:
digest = service.push()
except:
except Exception:
log.error(
"Failed to push image for service '{s.name}'. Please use an "
"image tag that can be pushed to a Docker "
Expand Down

0 comments on commit 0847f8e

Please sign in to comment.