first time wizard crashes
Bug #1742910 reported by
Simon Hanna
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenLP |
Fix Committed
|
Critical
|
Raoul Snyman |
Bug Description
Traceback (most recent call last):
File "/home/
self.
File "/home/
run_
File "/home/
if thread_name in main_window.
AttributeError: 'NoneType' object has no attribute 'threads'
Using the better-threading branch, with no data or configs for OpenLP present in my home running on Archlinux.
Related branches
lp://staging/~raoul-snyman/openlp/bug-1742910
- Tim Bentley: Approve
-
Diff: 755 lines (+333/-194)10 files modifiedopenlp/core/app.py (+1/-1)
openlp/core/common/path.py (+2/-2)
openlp/core/threading.py (+14/-10)
openlp/core/ui/mainwindow.py (+3/-4)
tests/functional/openlp_core/api/http/test_error.py (+37/-35)
tests/functional/openlp_core/api/test_deploy.py (+94/-15)
tests/functional/openlp_core/common/test_path.py (+14/-1)
tests/functional/openlp_core/lib/test_path.py (+0/-87)
tests/functional/openlp_core/lib/test_ui.py (+55/-28)
tests/functional/openlp_core/test_threading.py (+113/-11)
Changed in openlp: | |
assignee: | nobody → Raoul Snyman (raoul-snyman) |
Changed in openlp: | |
milestone: | none → 2.9.1 |
status: | New → Fix Committed |
To post a comment you must log in.
Confirmed on Fedora 25 as well.