Bug 426921 - 'NoneType' object has no attribute 'samearch'
Summary: 'NoneType' object has no attribute 'samearch'
Keywords:
Status: CLOSED DUPLICATE of bug 421961
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 8
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Seth Vidal
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-28 13:14 UTC by Need Real Name
Modified: 2014-01-21 23:01 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-12-28 13:47:07 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2007-12-28 13:14:00 UTC
Description of problem:
My syslog is full of error messages of type:
yum-updatesd-helper: error getting update info: 'NoneType' object has no
attribute 'samearch'

Per the following reference,
http://forums.fedoraforum.org/forum/showthread.php?t=176323,
the error appears to be in  /usr/lib/yum-plugins/priorities.py (part of
yum-priorities package) where the line:
 if opts.samearch:
should be replaced by something like:
 if opts and opts.samearch:

Comment 1 Jeremy Katz 2007-12-28 13:47:07 UTC

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


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