diff options
author | Mike Nolta <mike@nolta.net> | 2017-08-15 12:51:17 -0400 |
---|---|---|
committer | Mike Nolta <mike@nolta.net> | 2017-08-15 12:51:17 -0400 |
commit | a343a78a19d2b44dff753062acf54304e34dd0a6 (patch) | |
tree | 19170b10f7cd8492562768a8a304c54beddb2e20 /numpy/add_newdocs.py | |
parent | d79482d607e9a6338c27fbff27ccfde8879980b8 (diff) | |
download | numpy-a343a78a19d2b44dff753062acf54304e34dd0a6.tar.gz |
BUG: fix distutils/cpuinfo.py:getoutput()
If getstatusoutput() throws an exception, getoutput() tries to catch it,
but then crashes with:
UnboundLocalError: local variable 'output' referenced before assignment
because it tries to return the non-existent result of getstatusoutput().
Diffstat (limited to 'numpy/add_newdocs.py')
0 files changed, 0 insertions, 0 deletions