function ltsp.dictionary.videodrivers(root) does not return anything

Bug #109303 reported by Andrew Stromme
2
Affects Status Importance Assigned to Milestone
python-ltsp
New
Undecided
Unassigned

Bug Description

in dictionary.py, at line 131 there is a print ret statement but no return ret statement. WIthout this, functions (such as those in ltsp-manager) fail when they expect something to be returned.

To fix:

--- print ret
+++ return ret

Hope this helps.

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.