We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba198d commit bf9e966Copy full SHA for bf9e966
1 file changed
PC/_msi.c
@@ -1065,5 +1065,5 @@ PyInit__msi(void)
1065
if (!MSIError)
1066
return NULL;
1067
PyModule_AddObject(m, "MSIError", MSIError);
1068
- return NULL;
+ return m;
1069
}
0 commit comments