-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Uniquify and Sort done
Uniquify and Sort
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.7/bin/xunique", line 8, in
sys.exit(main())
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xUnique.py", line 546, in main
xunique.unique_project()
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xUnique.py", line 188, in unique_project
self.__unique_project(self.root_hex)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xUnique.py", line 365, in __unique_project
self.__set_to_result(project_hex, target_hex, cur_path_key)
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xUnique.py", line 141, in __set_to_result
current_path = '/'.join([str(current_node[i]) for i in current_path_key])
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/xUnique.py", line 141, in
current_path = '/'.join([str(current_node[i]) for i in current_path_key])
KeyError: 'productName'