diff --git a/project.py b/project.py index 679dccc1..bc997e78 100644 --- a/project.py +++ b/project.py @@ -1236,7 +1236,6 @@ class Project(object): cmd = ['fetch', remote.name] cmd.append('refs/changes/%2.2d/%d/%d' \ % (change_id % 100, change_id, patch_id)) - cmd.extend(list(map(str, remote.fetch))) if GitCommand(self, cmd, bare=True).Wait() != 0: return None return DownloadedChange(self,