The issue is now solved I did:
for x in mylist:
try:
sku.append(x[4])
except IndexError:
passThank you for your help Anatoli -- http://mail.python.org/mailman/listinfo/python-list
The issue is now solved I did:
for x in mylist:
try:
sku.append(x[4])
except IndexError:
passThank you for your help Anatoli -- http://mail.python.org/mailman/listinfo/python-list