mesosphere-backup / deimos

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

error message incorrectly adds spaces to URI #15

Closed jaybuff closed 10 years ago

jaybuff commented 10 years ago

When a URI can't be fetch the error message incorrectly added spaces, so the error ended up like this:

deimos.containerizer.place_uris() Failed while processing URI: h t t p : / / e x a m p l e . c o m

This is because the escape function takes an array, not a string