~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-27 19:20:35 UTC
  • mto: This revision was merged to the branch mainline in revision 2047.
  • Revision ID: john@arbash-meinel.com-20060927192035-617471739aca0247
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):