exception IsADirectoryError
Raised when a file operation (such as os.remove()
) is requested on a directory. Corresponds to errno
EISDIR
.
exception IsADirectoryError
Raised when a file operation (such as os.remove()
) is requested on a directory. Corresponds to errno
EISDIR
.
Please login to continue.