Bug 461874 - reposync in yum-utils broken by a Python syntax error
Summary: reposync in yum-utils broken by a Python syntax error
Keywords:
Status: CLOSED DUPLICATE of bug 461723
Alias: None
Product: Fedora
Classification: Fedora
Component: yum-utils
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-11 04:53 UTC by Anduin Withers
Modified: 2014-01-21 06:11 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-09-11 12:22:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Anduin Withers 2008-09-11 04:53:32 UTC
Description of problem:

yum-utils: reposync has a typo, line 270, missing closing paren.

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

yum-utils 1.1.16

How reproducible:

N/A

Steps to Reproduce:
1. run 'reposync --help'
2. Note Python syntax error
3. Done
  
Actual results:

  File "/usr/bin/reposync", line 271
    continue
           ^
SyntaxError: invalid syntax

Expected results:

The help output.

Additional info:

It is this way "upstream".

Comment 1 seth vidal 2008-09-11 12:22:06 UTC

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


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