[Bug 35935] Don't show the typical python list visualisation
joe
joerg.unglaub at gmail.com
Wed Mar 22 00:46:56 UTC 2006
Public bug reported:
https://launchpad.net/malone/bugs/35935
Affects: hal hal-device-manager (Ubuntu)
Severity: Normal
Priority: (none set)
Status: Unconfirmed
Description:
If python produces a string from a list it
shows it like [u'item', u'item'] this appeas typically
in the info.capabilities entry. I patched DeviceManager.py to flatten normal lists correctly
with join()-method of strings.
result is: item, item
More information about the desktop-bugs
mailing list