Closed jaybuff closed 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
When a URI can't be fetch the error message incorrectly added spaces, so the error ended up like this:
This is because the escape function takes an array, not a string