X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fpython%2FComponents%2FConfigList.py;h=5a02c38d7f9722aafe2d07d4e46de12f7c745d5f;hp=ffbc69af254c344f62cfd6882bc15bafd6743abc;hb=f7f442a1d0845e7dfd923c1d783eb612357f3e94;hpb=ca082734334ea28bc248e619223fbc02f9fc2705 diff --git a/lib/python/Components/ConfigList.py b/lib/python/Components/ConfigList.py index ffbc69a..5a02c38 100755 --- a/lib/python/Components/ConfigList.py +++ b/lib/python/Components/ConfigList.py @@ -88,7 +88,7 @@ class ConfigList(HTMLComponent, GUIComponent, object): if l is not None: for x in l: - assert isinstance(x[1], ConfigElement), "entry in ConfigList " + str(x[1]) + " must be a ConfigElement" + assert isinstance(x, ConfigElement), "entry in ConfigList " + str(x) + " must be a ConfigElement" def getList(self): return self.__list