Fix git-p4 clone (defaultDestination)

This commit is contained in:
Marius Storm-Olsen
2007-06-07 15:08:33 +02:00
parent b7bf365514
commit 553b6a4a99

2
git-p4
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)