another remotes fix

This commit is contained in:
Andreas Preikschat 2013-07-13 17:30:45 +02:00
parent aa7d45c09d
commit cf9768aa2e
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ class HttpRouter(object):
Set the HTTP not found return code.
"""
cherrypy.response.status = 404
cherrypy.response.body = ["<html><body>Sorry, an error occurred </body></html>"]
cherrypy.response.body = [b'<html><body>Sorry, an error occurred </body></html>']
def _get_service_manager(self):
"""