← Back to team overview

openlp-core team mailing list archive

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