Fix git-p4 clone (defaultDestination)
Signed-off-by: Marius Storm-Olsen <mstormo_git@storm-olsen.com>maint
parent
f7baba8b09
commit
98ad4faf95
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue