#686: calling serveFile() broken in trunk
-----------------------------------------+----------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: high | Milestone: 0.9a2
Component: TurboGears | Version: 0.9a1
Severity: normal | Keywords:
-----------------------------------------+----------------------------------
The new statement
assert isinstance(output, basestring) or isinstance(output, dict) or
(output == cherrypy.lib.cptools.serveFile), \
"Method %s.%s() returned unexpected output. Output should " \
"be of type basestring or dict." % (
args[0].__class__.__name__, func.__name__)
at turbogears/turbogears/controllers.py", line 247 breaks returning
serveFile()
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/686>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets
-~----------~----~----~----~------~----~------~--~---