mirror of
https://github.com/frej/fast-export.git
synced 2026-03-03 16:50:42 +01:00
Fix git-p4 clone (defaultDestination)
This commit is contained in:
2
git-p4
2
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)
|
||||
|
||||
Reference in New Issue
Block a user