mesosphere-backup / deimos

Mesos containerizer hooks for Docker
Apache License 2.0
249 stars 26 forks source link

Status code not being returned by conteinerizer #28

Closed duendex closed 10 years ago

duendex commented 10 years ago

Seems to me that https://github.com/mesosphere/deimos/blob/master/deimos/containerizer/__init__.py#L97 and https://github.com/mesosphere/deimos/blob/master/deimos/containerizer/__init__.py#L99

are missing the return statement and so the status code is not propagated.