openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #29225
Re: [Merge] lp:~alisonken1/openlp/strings_projector_pjlink into lp:openlp
example problem with formatting is pep8:
'String format with {data} that has {multiple} tags to be {process}'.format(data='text',
multiple='different', process='formatted')
will fail pep8 - it has to be formatted like:
'String format with {data} that has {multiple} tags to be {process}'.format(data='text',
multiple='different',
process='formatted')
--
https://code.launchpad.net/~alisonken1/openlp/strings_projector_pjlink/+merge/292065
Your team OpenLP Core is requested to review the proposed merge of lp:~alisonken1/openlp/strings_projector_pjlink into lp:openlp.
References