Mercurial > hg > WSGraph
diff wsgraph/web.py @ 14:3d0430390e72
spelling
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 10 Dec 2012 17:32:33 -0800 |
parents | 7459702bf574 |
children | 569a5d93b8e3 |
line wrap: on
line diff
--- a/wsgraph/web.py Mon Dec 10 17:32:14 2012 -0800 +++ b/wsgraph/web.py Mon Dec 10 17:32:33 2012 -0800 @@ -116,7 +116,7 @@ # is resource in the graph? [TODO] if (rank == EDGE) or (rank == NODE): if tuple(segments) not in self.graph: - retun exc.HTTPNotFound() + return exc.HTTPNotFound() # formatter formatter = self.formatters[len(segments)]