Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 148148

Summary: pybugz: don't die when len(columns) != len(row)
Product: Gentoo Linux Reporter: Donnie Berkholz (RETIRED) <dberkholz>
Component: Current packagesAssignee: Alec Warner (RETIRED) <antarus>
Status: RESOLVED FIXED    
Severity: normal CC: liquidx, python
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: 0.6.11-allow-unequal-columns-and-row.patch

Description Donnie Berkholz (RETIRED) gentoo-dev 2006-09-18 20:56:55 UTC
Here's an example from bugs.freedesktop.org:

columns = ['bugid', 'severity', 'priority', 'arch', 'assignee', 'status', 'resolution', 'desc']
row = ['bug_id', 'bug_severity', 'priority', 'rep_platform', 'assigned_to', 'bug_status', 'resolution', 'short_short_desc', '']
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2006-09-18 20:57:13 UTC
Created attachment 97381 [details, diff]
0.6.11-allow-unequal-columns-and-row.patch
Comment 2 William Hubbs gentoo-dev 2007-07-19 02:49:55 UTC
Fixed in svn.