ubi-timezone.py

Bug #709278 reported by Rahman Yusri Aftian
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ubiquity (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: ubiquity

update_release_notes_label()
update_release_notes_label()
/usr/lib/ubiquity/ubiquity/frontend/gtk_ui.py:1305: GtkWarning: IA__gtk_progress_set_percentage: assertion `percentage >= 0 && percentage <= 1.0' failed
  self.install_progress.set_fraction(fraction)
Exception in GTK frontend (invoking crash handler):
Traceback (most recent call last):
  File "/usr/lib/ubiquity/plugins/ubi-timezone.py", line 130, in changed
    loc.latitude, loc.longitude])
TypeError: value is of wrong type for this column

Traceback (most recent call last):
  File "/usr/lib/ubiquity/plugins/ubi-timezone.py", line 130, in changed
    loc.latitude, loc.longitude])
TypeError: value is of wrong type for this column

Revision history for this message
Rahman Yusri Aftian (aftian) wrote :

 model.append([name, '', loc.human_country,
                                  loc.latitude, loc.longitude])

TO

model.append([name, '', loc.human_country,
                                  str(loc.latitude), str(loc.longitude)])

Revision history for this message
Jonathan Carter (jonathan) wrote :

This appears to be a duplicate of #702898

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.