Skip to content

Commit 201f6f0

Browse files
Update Modules/timemodule.c
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent 449e7a9 commit 201f6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/timemodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1171,7 +1171,7 @@ time_tzset(PyObject *self, PyObject *unused)
11711171
/* Reset timezone, altzone, daylight and tzname */
11721172
if (init_timezone(m) < 0) {
11731173
Py_DECREF(m);
1174-
return NULL;
1174+
return NULL;
11751175
}
11761176
Py_DECREF(m);
11771177
if (PyErr_Occurred())

0 commit comments

Comments
 (0)