Changeset 1173 in tailor


Ignore:
Timestamp:
06/24/06 17:41:15 (7 years ago)
Author:
ydirson@…
Hash name:
20060624154115-130f5-699a8f6595465eda08c74ecbe3b069fde8fadc17
Message:

Correctly display "default encoding" warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/shwrap.py

    r1085 r1173  
    248248            self.log.warning("Using default %s encoding, ignoring errors; " 
    249249                             "caller should use repository's encoding and " 
    250                              "pass an already encoded input") 
     250                             "pass an already encoded input" % encoding) 
    251251            input = input.encode(encoding, 'ignore') 
    252252 
Note: See TracChangeset for help on using the changeset viewer.