From: Marius Storm-Olsen Date: Thu, 7 Jun 2007 13:08:33 +0000 (+0200) Subject: Fix git-p4 clone (defaultDestination) X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=553b6a4a9996bb45ec817f5c6af158f16facd7e7;p=python%2Ffast-export.git Fix git-p4 clone (defaultDestination) --- diff --git a/git-p4 b/git-p4 index fc4e7d2..89581ea 100755 --- a/git-p4 +++ b/git-p4 @@ -1369,7 +1369,7 @@ class P4Clone(P4Sync): return False if not self.cloneDestination: - self.cloneDestination = self.defaultDestination() + self.cloneDestination = self.defaultDestination(args) print "Importing from %s into %s" % (', '.join(depotPaths), self.cloneDestination) os.makedirs(self.cloneDestination)