[Trac #1135] profile.py incorrectly parses server and registered status

Zarro Boogs per Child bugtracker at laptop.org
Wed Mar 21 16:12:11 EDT 2007


#1135: profile.py incorrectly parses server and registered status
--------------------+-------------------------------------------------------
 Reporter:  polvi   |       Owner:  dcbw     
     Type:  defect  |      Status:  new      
 Priority:  normal  |   Milestone:  Untriaged
Component:  sugar   |    Keywords:           
--------------------+-------------------------------------------------------
 The sugar config is setup like this:
 {{{
   [Buddy]
   color = #fcdfdc,#ba651f
   registered = False
   nickname = polvi
   server = schoolserver
 }}}
 but it is parsed by sugar/profile.py expecting this:
 {{{
   [Buddy]
   color = #fcdfdc,#ba651f
   nickname = polvi
   [Server]
   server = schoolserver
   registered = False
 }}}
 Patch includes fix so original config works. Although, is the correct
 solution to update the config?

 Thanks!

-- 
Ticket URL: <http://dev.laptop.org/ticket/1135>
One Laptop Per Child <http://laptop.org/>



More information about the Bugs mailing list