Fix git-p4 clone (defaultDestination)
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>
This commit is contained in:
parent
f7baba8b09
commit
98ad4faf95
@ -1369,7 +1369,7 @@ class P4Clone(P4Sync):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
if not self.cloneDestination:
|
if not self.cloneDestination:
|
||||||
self.cloneDestination = self.defaultDestination()
|
self.cloneDestination = self.defaultDestination(args)
|
||||||
|
|
||||||
print "Importing from %s into %s" % (', '.join(depotPaths), self.cloneDestination)
|
print "Importing from %s into %s" % (', '.join(depotPaths), self.cloneDestination)
|
||||||
os.makedirs(self.cloneDestination)
|
os.makedirs(self.cloneDestination)
|
||||||
|
Loading…
Reference in New Issue
Block a user