/usr/bin/software-properties-gtk:UnboundLocalError:show_drivers:gather_device_data
Bug #1742301 reported by
errors.ubuntu.com bug bridge
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-properties (Ubuntu) |
Triaged
|
High
|
Alberto Milone |
Bug Description
The Ubuntu Error Tracker has been receiving reports about a problem regarding software-
If you do not have access to the Ubuntu Error Tracker and are a software developer, you can request it at http://
Changed in software-properties (Ubuntu): | |
assignee: | nobody → Alberto Milone (albertomilone) |
tags: | removed: rls-bb-incoming |
To post a comment you must log in.
Here's the traceback:
Traceback (most recent call last): python3/ dist-packages/ softwarepropert ies/gtk/ SoftwarePropert iesGtk. py", line 1349, in show_drivers status, icon, drivers) = self.gather_ device_ data(self. devices[ device] ) python3/ dist-packages/ softwarepropert ies/gtk/ SoftwarePropert iesGtk. py", line 1337, in gather_device_data
File "/usr/lib/
(overall_
File "/usr/lib/
return (overall_status, icon, returned_drivers)
UnboundLocalError: local variable 'overall_status' referenced before assignment
It seems like overall_status and icon should be set to something so we don't hit this situation.