#9080 LOW Not Tri: improve "WARNING:root:Activity directory lacks a MANIFEST file"

Zarro Boogs per Child bugtracker at laptop.org
Fri Dec 5 22:47:04 EST 2008


#9080: improve "WARNING:root:Activity directory lacks a MANIFEST file"
-----------------------+----------------------------------------------------
 Reporter:  skierpage  |                 Owner:  marco                            
     Type:  defect     |                Status:  new                              
 Priority:  low        |             Milestone:  Not Triaged                      
Component:  sugar      |               Version:  Development build as of this date
 Keywords:             |           Next_action:  never set                        
 Verified:  0          |   Deployment_affected:                                   
Blockedby:             |              Blocking:                                   
-----------------------+----------------------------------------------------
 bug #9010 mentions this error, I still see it.
 It would help if the error said '''which''' activity failed.

 I'm a moran at Python, but on my XO I modified the line in
 /usr/lib/python2.5/site-packages/sugar/bundle/activitybundle.py from
 {{{
 logging.warning("Activity directory lacks a MANIFEST file.")
 }}}
 to
 {{{
 logging.warning("%s activity directory lacks a MANIFEST file."
                   % (self._name))
 }}}

 and ''sugar-control-panel -g available_updates'' now prints
 {{{
 WARNING:root:Scratch activity directory lacks a MANIFEST file"
 WARNING:root:Journal activity directory lacks a MANIFEST file"
 }}}
 so this might be a fix.

-- 
Ticket URL: <http://dev.laptop.org/ticket/9080>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system


More information about the Bugs mailing list