Getting error while loading new record (warehouse) via Data Import Tool.
"TypeError: argument of type ‘NoneType’ is not iterable.
Below is error log
Traceback (most recent call last):
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 360, in upload
validate_naming(doc)
File “/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/data_import/importer.py”, line 204, in validate_naming
if “.#” in autoname or “hash” in autoname:
TypeError: argument of type ‘NoneType’ is not iterable
Need your help