openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #26921
[Bug 1458056] [NEW] Traceback when importing a Worship Assistant CSV
Public bug reported:
When importing a CSV file where the first verse doesn't have a tag, this
traceback occurs:
Traceback (most recent call last):
File "/Users/raoul/Projects/OpenLP/OpenLP-2.1.4/openlp/core/ui/wizard.py", line 216, in on_current_id_changed
File "/Users/raoul/Projects/OpenLP/OpenLP-2.1.4/openlp/plugins/songs/forms/songimportform.py", line 347, in perform_wizard
File "/Users/raoul/Projects/OpenLP/OpenLP-2.1.4/openlp/plugins/songs/lib/importers/worshipassistant.py", line 172, in do_import
UnboundLocalError: local variable 'verse_id' referenced before assignment
** Affects: openlp
Importance: Medium
Assignee: Tomas Groth (tomasgroth)
Status: Confirmed
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1458056
Title:
Traceback when importing a Worship Assistant CSV
Status in OpenLP - Worship Presentation Software:
Confirmed
Bug description:
When importing a CSV file where the first verse doesn't have a tag,
this traceback occurs:
Traceback (most recent call last):
File "/Users/raoul/Projects/OpenLP/OpenLP-2.1.4/openlp/core/ui/wizard.py", line 216, in on_current_id_changed
File "/Users/raoul/Projects/OpenLP/OpenLP-2.1.4/openlp/plugins/songs/forms/songimportform.py", line 347, in perform_wizard
File "/Users/raoul/Projects/OpenLP/OpenLP-2.1.4/openlp/plugins/songs/lib/importers/worshipassistant.py", line 172, in do_import
UnboundLocalError: local variable 'verse_id' referenced before assignment
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1458056/+subscriptions
Follow ups
References