​Taken for submission,

Thank you,
Alex​

On Tue, May 5, 2015 at 10:21 AM, Barros Pena, Belen <
[email protected]> wrote:

>
>
> On 01/05/2015 22:58, "Ed Bartosh" <[email protected]> wrote:
>
> >Fixed TypeError: not all arguments converted during string formatting
>
> This seems to work and also fixes
>
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7437
>
> Thanks!
>
> Belén
>
> >
> >[YOCTO #7618]
> >
> >Signed-off-by: Ed Bartosh <[email protected]>
> >---
> > bitbake/lib/toaster/orm/models.py | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >diff --git a/bitbake/lib/toaster/orm/models.py
> >b/bitbake/lib/toaster/orm/models.py
> >index b9bb896..c00c352 100644
> >--- a/bitbake/lib/toaster/orm/models.py
> >+++ b/bitbake/lib/toaster/orm/models.py
> >@@ -52,7 +52,7 @@ class ToasterSetting(models.Model):
> >     value = models.CharField(max_length=255)
> >
> >     def __unicode__(self):
> >-        return "Setting %s = " % (self.name, self.value)
> >+        return "Setting %s = %s" % (self.name, self.value)
> >
> > class ProjectManager(models.Manager):
> >     def create_project(self, name, release):
> >--
> >2.1.4
> >
> >--
> >_______________________________________________
> >toaster mailing list
> >[email protected]
> >https://lists.yoctoproject.org/listinfo/toaster
> >
> >
>
> --
> _______________________________________________
> toaster mailing list
> [email protected]
> https://lists.yoctoproject.org/listinfo/toaster
>



-- 
Alex Damian
Yocto Project
SSG / OTC
-- 
_______________________________________________
toaster mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/toaster

Reply via email to