Skip to content

Commit 9bf8852

Browse files
committed
Minor fix
1 parent 47037ac commit 9bf8852

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/posixmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7886,6 +7886,7 @@ parse_file_actions(PyObject *file_actions,
78867886
}
78877887
Py_DECREF(path);
78887888
break;
7889+
}
78897890
#endif
78907891
default: {
78917892
PyErr_SetString(PyExc_TypeError,

0 commit comments

Comments
 (0)