Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 159595 Details for
Bug 243217
system-config-users crashes with non-helpful error message
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix for Hg tip.
patch (text/plain), 1.17 KB, created by
Gustavo Maciel Dias Vieira
on 2007-07-19 16:42:47 UTC
(
hide
)
Description:
Fix for Hg tip.
Filename:
MIME Type:
Creator:
Gustavo Maciel Dias Vieira
Created:
2007-07-19 16:42:47 UTC
Size:
1.17 KB
patch
obsolete
>diff -r b430af6598bc src/mainWindow.py >--- a/src/mainWindow.py Thu Jul 19 18:14:24 2007 +0200 >+++ b/src/mainWindow.py Thu Jul 19 13:37:14 2007 -0300 >@@ -355,7 +355,7 @@ class mainWindow: > # /etc/group <-> /etc/gshadow inconsistency canary > try: > gidNumber = group.get (libuser.GIDNUMBER)[0] >- except KeyError, IndexError: >+ except (KeyError, IndexError): > consistent = False > > self.group_dict[groupName] = group >@@ -394,7 +394,7 @@ class mainWindow: > self.gid_dict[long (gidNumber)] = groupEnt > except: > pass >- except KeyError, IndexError: >+ except (KeyError, IndexError): > pass > else: > try: >@@ -409,7 +409,7 @@ class mainWindow: > try: > gidNumber = groupEnt.get(libuser.GIDNUMBER)[0] > self.gid_dict[long (gidNumber)] = groupEnt >- except KeyError, IndexError: >+ except (KeyError, IndexError): > pass > else: > try:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 243217
: 159595