-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.0.1216
-
Component/s: None
The no parent resolver can have an issue if local_name or parent_path is None
2015-10-28 15:16:26,407 7064 2028 ERROR nxdrive.engine.processor 'NoneType' object has no attribute 'replace'
Traceback (most recent call last):
File "nuxeo-drive-client\nxdrive\engine\processor.py", line 205, in _execute
File "nuxeo-drive-client\nxdrive\engine\processor.py", line 274, in _handle_no_parent
File "nuxeo-drive-client\nxdrive\engine\dao\sqlite.py", line 818, in update_local_parent_path
File "nuxeo-drive-client\nxdrive\engine\dao\sqlite.py", line 1252, in _escape
AttributeError: 'NoneType' object has no attribute 'replace'