openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #29227
Re: [Merge] lp:~alisonken1/openlp/strings_projector_pjlink into lp:openlp
'{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
Your team OpenLP Core is requested to review the proposed merge of lp:~alisonken1/openlp/strings_projector_pjlink into lp:openlp.
Follow ups
References