python-config2 icon indicating copy to clipboard operation
python-config2 copied to clipboard

Enhancement: Error messages not very human friendly - should be very specific why something failed (user error vs system error)

Open grimen opened this issue 6 years ago • 0 comments

Example:

[2019-01-16 20:54:39 -0500] [11635] [ERROR] Exception in worker process
Traceback (most recent call last):
  File "/Users/grimen/.pyenv/versions/3.6.6/envs/3.6.6-default/lib/python3.6/site-packages/attributedict/collections.py", line 223, in __getattr__
    return self.__getitem__(key)
  File "/Users/grimen/.pyenv/versions/3.6.6/envs/3.6.6-default/lib/python3.6/site-packages/attributedict/collections.py", line 165, in __getitem__
    result = self.__dict__.__getitem__(key)
KeyError: 'nn'

grimen avatar Jan 17 '19 02:01 grimen