mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix style
This commit is contained in:
parent
e048797991
commit
430d469758
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ fileio_init(PyObject *oself, PyObject *args, PyObject *kwds)
|
|||
PyErr_SetFromErrnoWithFilename(PyExc_IOError, name);
|
||||
goto error;
|
||||
}
|
||||
if(dircheck(self, name) < 0)
|
||||
if (dircheck(self, name) < 0)
|
||||
goto error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue