Skip to content

Commit 6a1b61a

Browse files
committed
Minor fix
1 parent 915e021 commit 6a1b61a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/posixmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7406,6 +7406,7 @@ parse_file_actions(PyObject *file_actions,
74067406
}
74077407
Py_DECREF(path);
74087408
break;
7409+
}
74097410
#endif
74107411
default: {
74117412
PyErr_SetString(PyExc_TypeError,

0 commit comments

Comments
 (0)