
29 Jun
2005
29 Jun
'05
10:46 a.m.
I think the patch below fixes a typo in an error case I noticed while reading the code.
-wsv
Index: twisted/web2/static.py =================================================================== --- twisted/web2/static.py (revision 14048) +++ twisted/web2/static.py (working copy) @@ -215,7 +217,7 @@
self.defaultType) if not self.fp.exists(): - return response.NOT_FOUND + return responsecode.NOT_FOUND if self.fp.isdir(): # If this is a directory, redirect
6727
Age (days ago)
6727
Last active (days ago)
0 comments
1 participants
participants (1)
-
Wilfredo Sánchez Vega