There was an error while loading. Please reload this page.
1 parent bd3e200 commit 3ddd70cCopy full SHA for 3ddd70c
1 file changed
Modules/_winapi.c
@@ -1048,7 +1048,7 @@ getenvironment(PyObject* environment)
1048
}
1049
1050
normalized_environment = normalize_environment(environment);
1051
- if (normalize_environment == NULL) {
+ if (normalized_environment == NULL) {
1052
return NULL;
1053
1054
0 commit comments