Bug 1096739

Summary: [abrt] turpial: main.py:66:__init__:TypeError: __init__() got an unexpected keyword argument 'debug'
Product: [Fedora] Fedora Reporter: Peter Schwindt <peter.schwindt>
Component: turpialAssignee: Edwind Richzendy Contreras Soto <richzendy>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: peter.schwindt, richzendy
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/f56e51d5771e3f8dc78b7599e2da11984dc0fae5
Whiteboard: abrt_hash:21a6add91f47a7bb7d7820a5fff4c30bec06376c
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-13 06:55:04 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Peter Schwindt 2014-05-12 11:14:32 UTC
Version-Release number of selected component:
turpial-3.0-3.fc19

Additional info:
reporter:       libreport-2.2.1
cmdline:        /usr/bin/python2 /usr/bin/turpial
executable:     /usr/bin/turpial
kernel:         3.13.11-100.fc19.x86_64
runlevel:       N 5
type:           Python
uid:            1031

Truncated backtrace:
main.py:66:__init__:TypeError: __init__() got an unexpected keyword argument 'debug'

Traceback (most recent call last):
  File "/usr/bin/turpial", line 9, in <module>
    load_entry_point('turpial==3.0', 'console_scripts', 'turpial')()
  File "/usr/lib/python2.7/site-packages/turpial/main.py", line 106, in main
    t = Turpial()
  File "/usr/lib/python2.7/site-packages/turpial/main.py", line 66, in __init__
    self.ui = util.INTERFACES[options.interface](debug=options.debug)
TypeError: __init__() got an unexpected keyword argument 'debug'

Local variables in innermost frame:
self: <turpial.main.Turpial instance at 0x7f08b9885878>
args: []
parser: <turpial.main.OptParser instance at 0x7f08b9885488>
options: <Values at 0x140b3f8: {'debug': False, 'interface': 'cmd', 'mac': False, 'version': False, 'clean': False}>

Comment 1 Peter Schwindt 2014-05-12 11:14:37 UTC
Created attachment 894648 [details]
File: backtrace

Comment 2 Peter Schwindt 2014-05-12 11:14:39 UTC
Created attachment 894649 [details]
File: environ

Comment 3 Edwind Richzendy Contreras Soto 2014-05-12 12:08:46 UTC
We have a new version of python-libturpial since yesterday in to mirrors, you can try update python-libturpial to 1.7.0-1 and try again?

Comment 4 Peter Schwindt 2014-05-12 14:16:13 UTC
yum update didn't help, got the same error again.

Comment 5 Peter Schwindt 2014-05-13 06:55:04 UTC
After a reboot, this seems fixed now as turpial starts flawlessly.