Hi,
I suppose I should put this at github but I don't know really how and I'm not sure if it's a fault or I'm doing something wrong.
When I'm trying to copy a date column to other one of the same type (but with other format), through S&R, I get the following error:
Spoiler:
calibre, version 2.56.0
ERROR: Falló: 'NoneType' object is not iterable
Traceback (most recent call last):
File "site-packages\calibre\gui2\dialogs\metadata_bulk.py", line 122, in do_it
File "site-packages\calibre\gui2\dialogs\metadata_bulk.py", line 291, in do_all
File "site-packages\calibre\db\cache.py", line 57, in call_func_with_lock
File "site-packages\calibre\db\cache.py", line 1058, in set_field
File "site-packages\calibre\db\write.py", line 512, in set_books
File "site-packages\calibre\db\write.py", line 512, in <dictcomp>
File "site-packages\calibre\db\write.py", line 70, in adapt_datetime
File "site-packages\calibre\utils\date.py", line 134, in parse_date
File "site-packages\python_dateutil-2.2-py2.7.egg\dateutil\parser.py", line 748, in parse
File "site-packages\python_dateutil-2.2-py2.7.egg\dateutil\parser.py", line 310, in parse
TypeError: 'NoneType' object is not iterable
And nothing is copied.
Thanks in advance