Merge pull request #4453 from kevinetc123/patch-typo

fix typo in project.py
This commit is contained in:
Joffrey F 2017-02-09 16:33:07 -08:00 committed by GitHub
commit 2f13201b9e
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ class Project(object):
# TODO: get labels from the API v1.22 , see github issue 2618
try:
# this can fail if the conatiner has been removed
# this can fail if the container has been removed
container = Container.from_id(self.client, event['id'])
except APIError:
continue