Bug 465718 - invalid syntax error in BuildMaster.py
Summary: invalid syntax error in BuildMaster.py
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora EPEL
Classification: Fedora
Component: plague
Version: el5
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Stephen John Smoogen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-10-06 01:09 UTC by Shad L. Lords
Modified: 2008-11-25 00:44 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-11-25 00:44:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Shad L. Lords 2008-10-06 01:09:20 UTC
Description of problem:

Trying to start plague-server after install throws a syntax error

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

plague-0.4.5.6-1.el5

How reproducible:

Always

Steps to Reproduce:
1. install plague + deps
2. start plague-server
  
Actual results:

  File "/usr/share/plague/server/BuildMaster.py", line 30
    class PeriodicJob():  # this is reused also by external patches
                      ^
SyntaxError: invalid syntax


Expected results:

server starts

Additional info:

changing line to the following fixes the issue and allows the server to start:

class PeriodicJob:  # this is reused also by external patches

Comment 1 Shad L. Lords 2008-11-25 00:44:00 UTC
Just installed plague-0.4.5.7-1.el5 from the extras repo and this has been resolved.  Thanks!


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