Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148148 - pybugz: don't die when len(columns) != len(row)
Summary: pybugz: don't die when len(columns) != len(row)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Alec Warner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-18 20:56 UTC by Donnie Berkholz (RETIRED)
Modified: 2007-07-19 02:49 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
0.6.11-allow-unequal-columns-and-row.patch (0.6.11-allow-unequal-columns-and-row.patch,455 bytes, patch)
2006-09-18 20:57 UTC, Donnie Berkholz (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.