527
self._translate_io_exception(e, abspath, ': unable to mkdir',
522
530
def mkdir(self, relpath, mode=None):
523
531
"""Create a directory at the given path."""
530
self._translate_io_exception(e, path, ': unable to mkdir',
533
534
def _translate_io_exception(self, e, path, more_info='',