getting the below error when running "customdisplayprofiles current-path" on mac 10.14.1
Traceback (most recent call last):
File "/usr/local/bin/customdisplayprofiles", line 219, in
main()
File "/usr/local/bin/customdisplayprofiles", line 183, in main
current_profile_url = target_display['device_info']['CustomProfiles']['1']
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_convenience.py", line 162, in _getitem__objectForKey
return container_unwrap(res, KeyError, key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_convenience.py", line 659, in container_unwrap
raise exc_type(*exc_args)
KeyError: '1'
getting the below error when running "customdisplayprofiles current-path" on mac 10.14.1
Traceback (most recent call last):
File "/usr/local/bin/customdisplayprofiles", line 219, in
main()
File "/usr/local/bin/customdisplayprofiles", line 183, in main
current_profile_url = target_display['device_info']['CustomProfiles']['1']
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_convenience.py", line 162, in _getitem__objectForKey
return container_unwrap(res, KeyError, key)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/PyObjC/objc/_convenience.py", line 659, in container_unwrap
raise exc_type(*exc_args)
KeyError: '1'