openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #11503
Re: [Merge] lp:~smpettit/openlp/settings-export into lp:openlp
Review: Needs Fixing
I get this traceback when I try to export my settings:
Traceback (most recent call last):
File "/home/andreas/Projekte/openlp/trunk/openlp/core/ui/mainwindow.py", line 1040, in onSettingsExportItemClicked
section, key = string.split(sectionKey, u'/')
ValueError: too many values to unpack
Also you don't need to import the string module. You can do u'Jesus_is_alive'.split(u'_')
--
https://code.launchpad.net/~smpettit/openlp/settings-export/+merge/72880
Your team OpenLP Core is subscribed to branch lp:openlp.
References