~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-09-27 19:48:46 UTC
  • mfrom: (2045.1.3 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060927194846-b26e0ca2dd3f8519
Lukáš Lalinský: TransportNotPossible has a bad docstring

Show diffs side-by-side

added added

removed removed

Lines of Context:
823
823
 
824
824
# A set of semi-meaningful errors which can be thrown
825
825
class TransportNotPossible(TransportError):
826
 
    """Transport operation not possible: %(msg)s %(orig_error)%"""
 
826
    """Transport operation not possible: %(msg)s %(orig_error)s"""
827
827
 
828
828
 
829
829
class ConnectionError(TransportError):