Files
edx-platform/common/lib/xmodule/xmodule
Giulio Gratta 2ad885b726 Fix attrib check code for library_content import
Attributes come in as a list of dicts with strings as keys and values.
Implicitly casting each result as a tuple causes the code to split the key string into it's characters.
This yields a list of characters, the first two of which are placed into the variables "attr_name" and "attr_value".
This is not only wrong, but because keys tend to be more than 2 characters, the net result is:

"ValueError: too many values to unpack"
2017-08-04 10:47:05 -07:00
..
2017-06-07 17:04:37 +05:00
2017-07-27 18:54:51 +00:00
2017-01-05 16:09:22 -05:00
2015-08-18 08:26:44 +00:00
2017-07-14 19:17:16 +05:00
2016-08-03 12:44:41 -04:00