summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.py b/project.py
index 07ac0925..ff018393 100644
--- a/project.py
+++ b/project.py
@@ -2573,6 +2573,7 @@ class Project(object):
2573 current_branch_only=current_branch_only and depth, 2573 current_branch_only=current_branch_only and depth,
2574 initial=False, 2574 initial=False,
2575 alt_dir=alt_dir, 2575 alt_dir=alt_dir,
2576 tags=tags,
2576 depth=None, 2577 depth=None,
2577 ssh_proxy=ssh_proxy, 2578 ssh_proxy=ssh_proxy,
2578 clone_filter=clone_filter, 2579 clone_filter=clone_filter,