diff options
-rw-r--r-- | gitc_utils.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gitc_utils.py b/gitc_utils.py index 4a9a879a..0dce93bf 100644 --- a/gitc_utils.py +++ b/gitc_utils.py | |||
@@ -58,7 +58,6 @@ def generate_gitc_manifest(client_dir, manifest): | |||
58 | """ | 58 | """ |
59 | print('Generating GITC Manifest by fetching revision SHAs for each ' | 59 | print('Generating GITC Manifest by fetching revision SHAs for each ' |
60 | 'project.') | 60 | 'project.') |
61 | project_gitcmd_dict = {} | ||
62 | index = 0 | 61 | index = 0 |
63 | while index < len(manifest.projects): | 62 | while index < len(manifest.projects): |
64 | _set_project_revisions( | 63 | _set_project_revisions( |