dataimport.py
branchstable
changeset 9694 c90107199dea
parent 9597 8e9db17ce129
child 9695 aa982b7c3f2a
--- a/dataimport.py	Fri Apr 25 12:22:07 2014 +0200
+++ b/dataimport.py	Thu Apr 03 15:30:37 2014 +0200
@@ -141,7 +141,7 @@
         for row in it:
             decoded = [item.decode(encoding) for item in row]
             if not skip_empty or any(decoded):
-                yield [item.decode(encoding) for item in row]
+                yield decoded
     else:
         # Skip first line
         try: