~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

  • Committer: Martin Pool
  • Date: 2005-09-19 12:02:11 UTC
  • Revision ID: mbp@sourcefrog.net-20050919120211-6bd6bced9158d71a
- turn off word-wrapping of error messages

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
            
61
61
        s += record.getMessage()
62
62
 
63
 
        import textwrap
64
 
        s = textwrap.fill(s)
 
63
        ##import textwrap
 
64
        ##s = textwrap.fill(s)
65
65
            
66
66
        if record.exc_info:
67
67
            # give just a summary of the exception, not the whole thing