flake8 error on master branch (fixes #5298)

Signed-off-by: Guillermo Arribas <garribas@gmail.com>
This commit is contained in:
Guillermo Arribas 2017-10-23 13:22:36 -03:00 committed by Joffrey F
parent 779773b664
commit 0847f8e84b
1 changed files with 1 additions and 1 deletions

View File

@ -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 "