Bug 1219183 - [abrt] yumex-dnf: configparser.py:390:_interpolate_some:AttributeError: 'bool' object has no attribute 'find'
Summary: [abrt] yumex-dnf: configparser.py:390:_interpolate_some:AttributeError: 'bool...
Keywords:
Status: CLOSED DUPLICATE of bug 1217165
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex-dnf
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:21c427a971e418cb9bcc776f9e9...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-06 19:12 UTC by al morris
Modified: 2015-07-25 03:06 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-07 05:27:02 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (1.23 KB, text/plain)
2015-05-06 19:12 UTC, al morris
no flags Details
File: environ (705 bytes, text/plain)
2015-05-06 19:12 UTC, al morris
no flags Details

Description al morris 2015-05-06 19:12:34 UTC
Version-Release number of selected component:
yumex-dnf-4.1.1-1.fc21

Additional info:
reporter:       libreport-2.3.0
cmdline:        /usr/bin/python3 -tt /usr/share/yumex-dnf/dbus_status.py
executable:     /usr/share/yumex-dnf/dbus_status.py
kernel:         3.19.5-200.fc21.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
configparser.py:390:_interpolate_some:AttributeError: 'bool' object has no attribute 'find'

Traceback (most recent call last):
  File "/usr/share/yumex-dnf/dbus_status.py", line 98, in <module>
    NOTIFY = CONFIG.getboolean('yumex', 'update_notify')
  File "/usr/lib64/python3.4/configparser.py", line 802, in getboolean
    raw=raw, vars=vars)
  File "/usr/lib64/python3.4/configparser.py", line 776, in _get
    return conv(self.get(section, option, **kwargs))
  File "/usr/lib64/python3.4/configparser.py", line 773, in get
    d)
  File "/usr/lib64/python3.4/configparser.py", line 374, in before_get
    self._interpolate_some(parser, option, L, value, section, defaults, 1)
  File "/usr/lib64/python3.4/configparser.py", line 390, in _interpolate_some
    p = rest.find("%")
AttributeError: 'bool' object has no attribute 'find'

Local variables in innermost frame:
map: ChainMap({}, OrderedDict(), OrderedDict([('update_showicon', True), ('autocheck_updates', '0'), ('update_interval', '60'), ('update_notify', True), ('update_startup_delay', '30')]))
accum: []
option: 'update_notify'
parser: <configparser.SafeConfigParser object at 0x7f867bdb3ac8>
depth: 1
self: <configparser.BasicInterpolation object at 0x7f86746289b0>
section: 'yumex'
rest: True

Potential duplicate: bug 1217242

Comment 1 al morris 2015-05-06 19:12:36 UTC
Created attachment 1022771 [details]
File: backtrace

Comment 2 al morris 2015-05-06 19:12:37 UTC
Created attachment 1022772 [details]
File: environ

Comment 3 Tim Lauridsen 2015-05-07 05:27:02 UTC

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


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