Bug 279151 - wrong format string for exception
Summary: wrong format string for exception
Keywords:
Status: CLOSED DUPLICATE of bug 258081
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 7
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-09-05 19:26 UTC by Thomas Vander Stichele
Modified: 2014-01-21 22:59 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-05 19:31:05 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Thomas Vander Stichele 2007-09-05 19:26:20 UTC
Description of problem:

yumRepo.py, line 747:

            msg = "Cannot retrieve repository metadata (repomd.xml) for reposito
ry: %s. " + \
                  "Please verify its path and try again" % self 
            raise Errors.RepoError, (msg)

Because of the +, the self doesn't expand into the %s in the first part of the
message.  Removing the + fixes it.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Seth Vidal 2007-09-05 19:31:05 UTC

*** This bug has been marked as a duplicate of 258081 ***


Note You need to log in before you can comment on or make changes to this bug.