ubi-timezone.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ubiquity (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: ubiquity
update_
update_
/usr/lib/
self.
Exception in GTK frontend (invoking crash handler):
Traceback (most recent call last):
File "/usr/lib/
loc.latitude, loc.longitude])
TypeError: value is of wrong type for this column
Traceback (most recent call last):
File "/usr/lib/
loc.latitude, loc.longitude])
TypeError: value is of wrong type for this column
model. append( [name, '', loc.human_country,
loc. latitude, loc.longitude])
TO
model.append([name, '', loc.human_country,
str( loc.latitude) , str(loc. longitude) ])