# HG changeset patch # User Jeff Hammel # Date 1321387052 28800 # Node ID 14c791d8db59205de3eb691f2a499d86ff5ec3bf # Parent 60bda84b3b32f8daf2c0fdf6c36e9f2753987187 pass the dest to clobber for tarball diff -r 60bda84b3b32 -r 14c791d8db59 fetch.py --- a/fetch.py Tue Nov 15 11:54:18 2011 -0800 +++ b/fetch.py Tue Nov 15 11:57:32 2011 -0800 @@ -83,7 +83,7 @@ type = 'tar' def __call__(self, dest): - self.clobber() + self.clobber(dest) if os.path.exists(dest): assert os.path.isdir(dest), "Destination must be a directory" else: