OK, updated for frodo and eden then. Cheers
On Thu, Jun 6, 2013 at 7:27 AM, jingai <[email protected]> wrote: > On Jun 6, 2013, at 1:10 AM, Benjamin Bertrand <[email protected]> > wrote: > >> 1. Are you sure you don't have an indentation problem in your addon.py? >> >> This is what I see: >> - item = gui.ListItem(name, iconImage=thumbpath, >> thumbnailImage=thumbpath) >> + if (thumbpath != None): >> + item = gui.ListItem(name, iconImage=thumbpath, >> thumbnailImage=thumbpath) >> + else: >> + item = gui.ListItem(name) >> >> This is because you have a mix of tab and space. I'd really recommend >> replacing all tabs with spaces. > > Understood, but the whole addon has been like that from the beginning. The > line you see that is at odds with the rest is the way you want it (spaces vs > tabs). > > I'll change it for the next pull, but yes, it does work as it is. > >> 2. If possible, please fill in the optional information: >> http://wiki.xbmc.org/index.php?title=Addon.xml#Optional_information > > Will do, for the next pull. ------------------------------------------------------------------------------ How ServiceNow helps IT people transform IT departments: 1. A cloud service to automate IT design, transition and operations 2. Dashboards that offer high-level views of enterprise services 3. A single system of record for all IT processes http://p.sf.net/sfu/servicenow-d2d-j _______________________________________________ Xbmc-addons mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xbmc-addons
