[Sugar-devel] last-minute feature proposal for 0.98

Manuel Kaufmann humitos at gmail.com
Fri Sep 28 20:07:25 EDT 2012


On Fri, Sep 28, 2012 at 11:19 AM, Walter Bender <walter.bender at gmail.com> wrote:
> +                self._jobject.metadata['launch-times'] = '%s, %d' % (
> +                    self._jobject.metadata['launch-times'],
> +                    int(time.time()))

Another approach for this portion. Maybe more readable... or not :)

self._jobject.metadata['launch-times'] += ', %d' % int(time.time())

-- 
Kaufmann Manuel
Blog: http://humitos.wordpress.com/
Porfolio: http://fotos.mkaufmann.com.ar/
PyAr: http://www.python.com.ar/


More information about the Sugar-devel mailing list