~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

Fix typo in --strict warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
286
286
                if strict is None:
287
287
                    # We don't want to interrupt the user if he expressed no
288
288
                    # preference about strict.
289
 
                    trace.warning('%s', (err._format(),))
 
289
                    trace.warning('%s', err._format())
290
290
                else:
291
291
                    raise err
292
292