Bug 1251415
| Summary: | [abrt] meld: filediff.py:1456:<genexpr>:KeyError: None | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Aidan Delaney <a.j.delaney> | ||||||
| Component: | meld | Assignee: | Dominic Hopf <dmaphy> | ||||||
| Status: | CLOSED EOL | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 22 | CC: | christoph.wickert, dmaphy, gilboad, sbonazzo, yajo.sk8 | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2d899092af600e3096548e9eb0adf48097d6fad4 | ||||||||
| Whiteboard: | abrt_hash:8fa1f0db1d30e6dbce6f0ee6e59972ea46df8262 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-07-19 17:24:23 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: |
|
||||||||
Created attachment 1060292 [details]
File: backtrace
Created attachment 1060293 [details]
File: environ
*** Bug 1231615 has been marked as a duplicate of this bug. *** Fedora 22 changed to end-of-life (EOL) status on 2016-07-19. Fedora 22 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen this bug against that version. If you are unable to reopen this bug, please file a new report against the current release. If you experience problems, please add a comment to this bug. Thank you for reporting this bug and we are sorry it could not be fixed. |
Version-Release number of selected component: meld-3.13.2-1.fc22 Additional info: reporter: libreport-2.6.2 cmdline: /usr/bin/python /usr/bin/meld --output pom.xml ./pom_LOCAL_938.xml ./pom_BASE_938.xml ./pom_REMOTE_938.xml executable: /usr/bin/meld kernel: 4.0.7-300.fc22.x86_64 runlevel: N 5 type: Python uid: 1000 Truncated backtrace: filediff.py:1456:<genexpr>:KeyError: None Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/meld/filediff.py", line 1456, in on_diffs_changed nl_string = ", ".join(NEWLINES[n] for n in nl_types) File "/usr/lib/python2.7/site-packages/meld/filediff.py", line 1456, in <genexpr> nl_string = ", ".join(NEWLINES[n] for n in nl_types) KeyError: None Local variables in innermost frame: .0: <tupleiterator object at 0x7efc742a5390> n: None