[Sugar-devel] Dist_xo of bundlebuilder

Alan Jhonn Aguiar Schwyn alanjas at hotmail.com
Thu Aug 23 03:49:36 EDT 2012


I make this to fix the problem, no crash the existing system and resolvethe problem of no GIT:
function: get_files_in_git, line 160 of bundlebuilder.py
        # pylint: disable=E1103        return [path.strip() for path in stdout.strip('\n').split('\n')]
Converted in:
         # pylint: disable=E1103        files = [path.strip() for path in stdout.strip('\n').split('\n')]        if (files == ['']):            files = self.builder.get_files()        return files
And.. Why this patch was not applied??
http://lists.sugarlabs.org/archive/sugar-devel/2011-November/034196.html 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20120823/53bcecb3/attachment.html>


More information about the Sugar-devel mailing list