Skip to content

emit multiline error messages together #51

@GoogleCodeExporter

Description

@GoogleCodeExporter
The error messages are split by newlines.  This makes it difficult to read 
traceback errors from Python.

Possible Solution: Check for "Traceback" in the message and concat the 
remaining output, within reason.

Or:  Have a reasonable buffer size for error messages that is flushed when it 
fills on one event.  Thus the error message would be split into several 
sections.

Original issue reported on code.google.com by rbkreisb...@gmail.com on 30 May 2013 at 6:45

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions