Mercurial > hg > fetch
comparison fetch.py @ 43:9e6c0f9725e3
remove extraneous keyword
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 15 Nov 2011 14:26:29 -0800 |
parents | 6e978ddf5135 |
children | b98c8a8a881b |
comparison
equal
deleted
inserted
replaced
42:6e978ddf5135 | 43:9e6c0f9725e3 |
---|---|
135 | 135 |
136 def __call__(self, dest): | 136 def __call__(self, dest): |
137 | 137 |
138 if self.subpath or self._export: | 138 if self.subpath or self._export: |
139 # can only export with a subpath | 139 # can only export with a subpath |
140 self.export(dest, subpath=self.subpath) | 140 self.export(dest) |
141 return | 141 return |
142 | 142 |
143 if os.path.exists(dest): | 143 if os.path.exists(dest): |
144 assert os.path.isdir(dest) | 144 assert os.path.isdir(dest) |
145 else: | 145 else: |