This repository was archived by the owner on Jul 22, 2023. It is now read-only.
Commit c9a784b
fix hkey cleanup
fix for AttributeError: 'NoneType' object has no attribute 'Close', full Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\foo\AppData\Local\Temp\pip-clrr6blj-build\setup.py", line 99, in <module>
_xbuild = "\"%s\"" % _find_msbuild_tool("msbuild.exe")
File "C:\Users\foo\AppData\Local\Temp\pip-clrr6blj-build\setup.py", line 77, in _find_msbuild_tool
hkey.Close()
AttributeError: 'NoneType' object has no attribute 'Close'1 parent 990170e commit c9a784b
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| |||
0 commit comments