/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-03 08:39:17 UTC
  • mfrom: (2778.3.1 james_w)
  • Revision ID: pqm@pqm.ubuntu.com-20070903083917-b6n7swxr3yolv0ak
(James Westby) Fix the format string for ImmortalLimbo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1877
1877
 
1878
1878
class ImmortalLimbo(BzrError):
1879
1879
 
1880
 
    _fmt = """Unable to delete transform temporary directory $(limbo_dir)s.
 
1880
    _fmt = """Unable to delete transform temporary directory %(limbo_dir)s.
1881
1881
    Please examine %(limbo_dir)s to see if it contains any files you wish to
1882
1882
    keep, and delete it when you are done."""
1883
1883