summaryrefslogtreecommitdiffstats
path: root/gitc_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitc_utils.py')
-rw-r--r--gitc_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitc_utils.py b/gitc_utils.py
index 8b5b007e..a2b04d98 100644
--- a/gitc_utils.py
+++ b/gitc_utils.py
@@ -121,7 +121,7 @@ def generate_gitc_manifest(gitc_manifest, manifest, paths=None):
121 index = 0 121 index = 0
122 while index < len(projects): 122 while index < len(projects):
123 _set_project_revisions( 123 _set_project_revisions(
124 projects[index:(index+NUM_BATCH_RETRIEVE_REVISIONID)]) 124 projects[index:(index + NUM_BATCH_RETRIEVE_REVISIONID)])
125 index += NUM_BATCH_RETRIEVE_REVISIONID 125 index += NUM_BATCH_RETRIEVE_REVISIONID
126 126
127 if gitc_manifest is not None: 127 if gitc_manifest is not None: