Re: [openstack-dev] [solum] pep8 - splitting expressions

2014-09-12 Thread Kevin L. Mitchell
On Thu, 2014-09-11 at 18:35 -0500, Ed Leafe wrote: > On Sep 11, 2014, at 5:05 PM, Kevin L. Mitchell > wrote: > > > I'd suggest trying: > > > >res = amodel.Assemblies( > >uri=common.ASSEM_URI_STR % pecan.request.host_url, > >name='Solum_CAMP_assemblies', > >

Re: [openstack-dev] [solum] pep8 - splitting expressions

2014-09-11 Thread Ed Leafe
On Sep 11, 2014, at 5:05 PM, Kevin L. Mitchell wrote: > I'd suggest trying: > >res = amodel.Assemblies( >uri=common.ASSEM_URI_STR % pecan.request.host_url, >name='Solum_CAMP_assemblies', >type='assemblies', >description=common.ASSEM_DESC_S

Re: [openstack-dev] [solum] pep8 - splitting expressions

2014-09-11 Thread Kevin L. Mitchell
On Tue, 2014-09-09 at 12:05 -0700, Gilbert Pilz wrote: > I have a question with regards to splitting expressions in order to > conform to the pep8 line-length restriction. I have the following bit > of code: > > > res = amodel.Assemblies(uri=common.ASSEM_URI_STR % >

Re: [openstack-dev] [solum] pep8 - splitting expressions

2014-09-09 Thread Jay Pipes
On 09/09/2014 03:05 PM, Gilbert Pilz wrote: I have a question with regards to splitting expressions in order to conform to the pep8 line-length restriction. I have the following bit of code: res = amodel.Assemblies(uri=common.ASSEM_URI_STR % peca

[openstack-dev] [solum] pep8 - splitting expressions

2014-09-09 Thread Gilbert Pilz
I have a question with regards to splitting expressions in order to conform to the pep8 line-length restriction. I have the following bit of code: res = amodel.Assemblies(uri=common.ASSEM_URI_STR % pecan.request.host_url,