Mercurial > hg > fetch
changeset 35:d9b9c4599a3d
use correct name
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 15 Nov 2011 11:59:37 -0800 |
parents | 14c791d8db59 |
children | d3558b202acb |
files | fetch.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fetch.py Tue Nov 15 11:57:32 2011 -0800 +++ b/fetch.py Tue Nov 15 11:59:37 2011 -0800 @@ -87,7 +87,7 @@ if os.path.exists(dest): assert os.path.isdir(dest), "Destination must be a directory" else: - os.mkdirs(dest) + os.makedirs(dest) if self.subpath: raise NotImplementedError("should extract only a subpath of a tarball but I haven't finished it yet") buffer = StringIO()