| Summary: | [abrt] bodhi-client: bodhi.py:351:parse_file:TypeError: getboolean() got an unexpected keyword argument 'raw' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pavel Alexeev <pahan> | ||||||
| Component: | bodhi | Assignee: | Luke Macken <lmacken> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | kvolny, lmacken, pfrields | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/f967ce908d781791e81f56ac5fa699266eb91723 | ||||||||
| Whiteboard: | abrt_hash:6adea0c54d24905e361f70b26b90d2213b5281db; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-01-14 08:52:45 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Attachments: |
|
||||||||
Created attachment 1113350 [details]
File: backtrace
Created attachment 1113351 [details]
File: environ
python-fedora-0.7.1-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-a6072ce5c0 python-fedora-0.7.1-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-fcfb7cff96 python-fedora-0.7.1-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-fcfb7cff96 python-fedora-0.7.1-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-a6072ce5c0 python-fedora-0.7.1-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. python-fedora-0.7.1-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: Try push update into bodhi from fedpkg Version-Release number of selected component: bodhi-client-0.9.12.2-3.fc23 Additional info: reporter: libreport-2.6.3 cmdline: /usr/bin/python2 -tt /usr/bin/bodhi --new --release f23 --file bodhi.template elasticsearch-1.7.1-3.fc23 --username hubbitus dso_list: python-fedora-0.7.0-1.fc23.noarch executable: /usr/bin/bodhi kernel: 4.3.3-300.fc23.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: bodhi.py:351:parse_file:TypeError: getboolean() got an unexpected keyword argument 'raw' Traceback (most recent call last): File "/usr/bin/bodhi", line 537, in <module> main() File "/usr/bin/bodhi", line 209, in main updates = bodhi.parse_file(input_file=opts.input_file) File "/usr/lib/python2.7/site-packages/fedora/client/bodhi.py", line 351, in parse_file section, 'close_bugs', raw=True), TypeError: getboolean() got an unexpected keyword argument 'raw' Local variables in innermost frame: input_file: 'bodhi.template' read: ['bodhi.template'] section: ' elasticsearch-1.7.1-3.fc23 ' updates: [] defaults: {'suggest': 'unspecified', 'severity': 'unspecified'} config: <ConfigParser.SafeConfigParser instance at 0x7fa45840ccf8> self: <fedora.client.bodhi.Bodhi2Client object at 0x7fa4583f8890> configparser: <module 'ConfigParser' from '/usr/lib64/python2.7/ConfigParser.pyc'>