Bug 400901

Summary: Syntax Error after update to system-config-cluster-1.0.51-2.0
Product: Red Hat Enterprise Linux 4 Reporter: Markus Waldegger <m.waldegger>
Component: system-config-clusterAssignee: Jim Parsons <jparsons>
Status: CLOSED DUPLICATE QA Contact:
Severity: high Docs Contact:
Priority: low    
Version: 4.6CC: cluster-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-11-27 15:15: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 Markus Waldegger 2007-11-27 13:06:44 UTC
Description of problem:


Version-Release number of selected component (if applicable):
system-config-cluster-1.0.51-2.0

How reproducible:

starting system-config-cluster
  
Actual results:

[root@aimtest2 ~]# system-config-cluster
Traceback (most recent call last):
  File "/usr/sbin/system-config-cluster", line 52, in ?
    from ConfigTab import ConfigTab
  File "/usr/share/system-config-cluster/ConfigTab.py", line 27, in ?
    from ConfigTabController import ConfigTabController
  File "/usr/share/system-config-cluster/ConfigTabController.py", line 35, in ?
    from FaildomController import FaildomController
  File "/usr/share/system-config-cluster/FaildomController.py", line 213
    if val == "Yes" or val == "yes" or val="1":
                                          ^
SyntaxError: invalid syntax

Expected results:


Additional info:

This error happens after a update of all Cluster RPMs, so also
system-config-cluster from system-config-cluster-1.0.45-1.0 to
system-config-cluster-1.0.51-2.0

Comment 1 Jim Parsons 2007-11-27 15:15:05 UTC

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