Bug 279151

Summary: wrong format string for exception
Product: [Fedora] Fedora Reporter: Thomas Vander Stichele <thomas>
Component: yumAssignee: Jeremy Katz <katzj>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: medium    
Version: 7CC: james.antill, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-09-05 19:31:05 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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 ***