Changes between Initial Version and Version 1 of Ticket #535
- Timestamp:
- Jul 24, 2006, 2:26:49 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #535 – Description
initial v1 1 {{{ 1 2 Traceback (most recent call last): 2 3 File "/usr/bin/update-index", line 5, in ? … … 15 16 raise TypeError, "keys and values must be strings" 16 17 TypeError: keys and values must be strings 18 }}} 19 20 {{{ 17 21 Traceback (most recent call last): 18 22 File "/usr/lib/python2.4/logging/__init__.py", line 737, in emit 19 23 self.stream.write(fs % msg) 20 24 ValueError: I/O operation on closed file 25 }}}