~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/trace.py

- in error messages, show cwd as repr in case it's in unicode

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
          sys.platform)
153
153
 
154
154
    debug('  arguments: %r', argv)
155
 
    debug('  working dir: %s', os.getcwdu())
 
155
    debug('  working dir: %r', os.getcwdu())
156
156
 
157
157
 
158
158
def log_exception(msg=None):