Skip to content

Commit 2cfa37d

Browse files
author
Richard Jones
committed
hrm, wonder how that snuck in
1 parent e7d4e75 commit 2cfa37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/cgi/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: client.py,v 1.8 2002-09-03 03:23:56 richard Exp $
1+
# $Id: client.py,v 1.9 2002-09-03 07:13:42 richard Exp $
22

33
__doc__ = """
44
WWW request handler (also used in the stand-alone server).
@@ -125,7 +125,7 @@ def main(self):
125125
except SendFile, designator:
126126
self.serve_file(designator)
127127
except SendStaticFile, file:
128-
self.serve_static_file(file)
128+
self.serve_static_file(str(file))
129129
except Unauthorised, message:
130130
self.write(self.template('page.unauthorised',
131131
error_message=message))

0 commit comments

Comments
 (0)