[Bugs] #916 NORM: Allow sugar on non-XO hardware to register with an XS server
SugarLabs Bugs
bugtracker-noreply at sugarlabs.org
Thu Aug 27 10:12:17 EDT 2009
#916: Allow sugar on non-XO hardware to register with an XS server
-----------------------------+----------------------------------------------
Reporter: hamiltonchua | Owner: tomeu
Type: enhancement | Status: new
Priority: Normal | Milestone: Unspecified by Release Team
Component: sugar | Version: Unspecified
Severity: Unspecified | Resolution:
Keywords: r! | Distribution: Unspecified
Status_field: Unconfirmed |
-----------------------------+----------------------------------------------
Comment(by sascha_silbe):
Replying to [comment:28 hamiltonchua]:
> uuid = str(uuid.uuid1())
uuid is a module. You try to overwrite it with the result of calling a
function on this module. Even if pylint didn't complain (the error looks
like a false positive to me) it would be a very bad idea. I suggest to
rename your variable to something else, e.g. client_uuid or my_uuid.
--
Ticket URL: <http://dev.sugarlabs.org/ticket/916#comment:29>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list