Changes between Initial Version and Version 1 of Ticket #535


Ignore:
Timestamp:
Jul 24, 2006, 2:26:49 PM (18 years ago)
Author:
Noah Kantrowitz
Comment:

Fixing formatting of tracebacks.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #535 – Description

    initial v1  
     1{{{
    12Traceback (most recent call last):
    23  File "/usr/bin/update-index", line 5, in ?
     
    1516    raise TypeError, "keys and values must be strings"
    1617TypeError: keys and values must be strings
     18}}}
     19
     20{{{
    1721Traceback (most recent call last):
    1822  File "/usr/lib/python2.4/logging/__init__.py", line 737, in emit
    1923    self.stream.write(fs % msg)
    2024ValueError: I/O operation on closed file
     25}}}