changeset 43:9e6c0f9725e3

remove extraneous keyword
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 15 Nov 2011 14:26:29 -0800
parents 6e978ddf5135
children b98c8a8a881b
files fetch.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/fetch.py	Tue Nov 15 14:24:51 2011 -0800
+++ b/fetch.py	Tue Nov 15 14:26:29 2011 -0800
@@ -137,7 +137,7 @@
 
         if self.subpath or self._export:
             # can only export with a subpath
-            self.export(dest, subpath=self.subpath)
+            self.export(dest)
             return
 
         if os.path.exists(dest):