Bug 202477 - Component: Software Manager Summary: TB9275b279 downloadonly.py:26:config_hook:AttributeError: 'NoneType' object has no attribute 'add_option' Traceback (most recent call last): File "/usr/sbin/pirut", line 363, in ? main() File "/usr/sb...
Summary: Component: Software Manager Summary: TB9275b279 downloadonly.py:26:config_ho...
Keywords:
Status: CLOSED DUPLICATE of bug 191630
Alias: None
Product: Fedora
Classification: Fedora
Component: yum
Version: 5
Hardware: ia64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-08-14 18:44 UTC by keith lawford
Modified: 2014-01-21 22:54 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-08-15 00:38:12 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Component: Software Manager Summary: TB9275b279 downloadonly.py:26:config_hook:AttributeError: 'NoneType' object has no attribute 'add_option' Traceback (most recent call last): File "/usr/sbin/pir (1.17 KB, application/octet-stream)
2006-08-14 18:44 UTC, keith lawford
no flags Details

Description keith lawford 2006-08-14 18:44:51 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 keith lawford 2006-08-14 18:44:52 UTC
Created attachment 134158 [details]
Component: Software Manager
Summary: TB9275b279 downloadonly.py:26:config_hook:AttributeError: 'NoneType' object has no attribute 'add_option'

Traceback (most recent call last):
  File "/usr/sbin/pir

Traceback (most recent call last):
  File "/usr/sbin/pir

Comment 2 Jeremy Katz 2006-08-15 00:38:12 UTC

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

Comment 3 keith lawford 2008-08-02 20:16:37 UTC
The original summary for this bug was longer than 255 characters, and so it was truncated when Bugzilla was upgraded. The original summary was:

Component: Software Manager  Summary: TB9275b279 downloadonly.py:26:config_hook:AttributeError: 'NoneType' object has no attribute 'add_option'    Traceback (most recent call last):    File "/usr/sbin/pirut", line 363, in ?      main()    File "/usr/sbin/pirut", line 358, in main      pm = PackageManager()    File "/usr/sbin/pirut", line 56, in __init__      GraphicalYumBase.__init__(self, False)    File "/usr/lib/python2.4/site-packages/pirut/__init__.py", line 123, in __init__      self.doPluginSetup(types=(yum.plugins.TYPE_CORE))    File "/usr/lib/python2.4/site-packages/yum/__init__.py", line 173, in doPluginSetup      optparser, types)    File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 148, in __init__      self.run('config')    File "/usr/lib/python2.4/site-packages/yum/plugins.py", line 164, in run      func(conduitcls(self, self.base, conf, **kwargs))    File "/usr/lib/yum-plugins/downloadonly.py", line 26, in config_hook      parser.add_option('', '--downloadonly', dest='dlonly', action='store_true',  AttributeError: 'NoneType' object has no attribute 'add_option'    Local variables in innermost frame:  conduit: <yum.plugins.ConfigPluginConduit instance at 0x2b155d594680>  parser: None


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