Fix git-p4 clone (defaultDestination)

Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
This commit is contained in:
Marius Storm-Olsen 2007-06-07 15:08:33 +02:00
parent f7baba8b09
commit 98ad4faf95

View File

@ -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)