← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~alisonken1/openlp/strings_projector_pjlink into lp:openlp

 

OK - I'll have a look at it again tonight. (have to get up in a couple of hours)

On Sat, Apr 16, 2016 at 2:30 AM, Tim Bentley <tim.bentley@xxxxxxxxx> wrote:
> '{key1} text {key2} '.format(key1='text',
>                                         key2='text')
>
> is sometimes coded when
>
> '{key1} text {key2} '.format(key1='text', key2='text')
>
> would fit on the line.
>
> On 16 April 2016 at 10:23, Ken Roberts <alisonken1@xxxxxxxxx> wrote:
>
>> forgot about comment formatting.
>>
>> '{key1} text {key2} text {key3}'.format(
>>     key1='text', key2='text', key3='text')
>>
>> will fail pep8
>>
>> '{key1} text {key2} text {key3}'.format(key1='text',
>>                                         key2='text',
>>                                         key3='text')
>>
>> would be required
>>
>> --
>>
>> 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.
>>
>> _______________________________________________
>> Mailing list: https://launchpad.net/~openlp-core
>> Post to     : openlp-core@xxxxxxxxxxxxxxxxxxx
>> Unsubscribe : https://launchpad.net/~openlp-core
>> More help   : https://help.launchpad.net/ListHelp
>>
>
>
>
> --
> Tim and Alison Bentley
> Home@xxxxxxxxxxxxxxx
>
> https://code.launchpad.net/~alisonken1/openlp/strings_projector_pjlink/+merge/292065
> You are the owner of lp:~alisonken1/openlp/strings_projector_pjlink.



-- 
- Ken
Registered Linux user 296561
Slackin' since 1993
Slackware Linux (http://www.slackware.com)

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