← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] ~pappacena/launchpad:oci-api-create-recipe into launchpad:master

 


Diff comments:

> diff --git a/lib/lp/registry/model/ociproject.py b/lib/lp/registry/model/ociproject.py
> index c13ee66..916d206 100644
> --- a/lib/lp/registry/model/ociproject.py
> +++ b/lib/lp/registry/model/ociproject.py
> @@ -88,7 +94,7 @@ class OCIProject(BugTargetBase, StormBase):
>          return self.ociprojectname.name
>  
>      @name.setter
> -    def name(self, value):
> +    def name_setter(self, value):

Just avoiding method redefinition, so `make lint` stops complaining.

>          self.ociprojectname = getUtility(IOCIProjectNameSet).getOrCreateByName(
>              value)
>  


-- 
https://code.launchpad.net/~pappacena/launchpad/+git/launchpad/+merge/381065
Your team Launchpad code reviewers is requested to review the proposed merge of ~pappacena/launchpad:oci-api-create-recipe into launchpad:master.


References