[debian-edu-commits] r78735 - trunk/src/hw-support-handler/hwsupport
pere at alioth.debian.org
pere at alioth.debian.org
Mon Jan 14 14:09:52 UTC 2013
Author: pere
Date: 2013-01-14 14:09:51 +0000 (Mon, 14 Jan 2013)
New Revision: 78735
Modified:
trunk/src/hw-support-handler/hwsupport/lookup.py
Log:
Typo.
Modified: trunk/src/hw-support-handler/hwsupport/lookup.py
===================================================================
--- trunk/src/hw-support-handler/hwsupport/lookup.py 2013-01-14 14:05:50 UTC (rev 78734)
+++ trunk/src/hw-support-handler/hwsupport/lookup.py 2013-01-14 14:09:51 UTC (rev 78735)
@@ -84,7 +84,7 @@
f = open("modaliases")
except:
f = open("/usr/share/hw-support-handler/modaliases")
- thepkgs.append(check_packages_file(f, modaliaslist))
+ thepkgs.extend(check_packages_file(f, modaliaslist))
f.close()
except:
pass
More information about the debian-edu-commits
mailing list