diff options
Diffstat (limited to 'subcmds/start.py')
| -rw-r--r-- | subcmds/start.py | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/subcmds/start.py b/subcmds/start.py index 00885076..be645314 100644 --- a/subcmds/start.py +++ b/subcmds/start.py | |||
| @@ -52,10 +52,10 @@ revision specified in the manifest. | |||
| 52 | print >>sys.stderr, "error: at least one project must be specified" | 52 | print >>sys.stderr, "error: at least one project must be specified" | 
| 53 | sys.exit(1) | 53 | sys.exit(1) | 
| 54 | 54 | ||
| 55 | all = self.GetProjects(projects) | 55 | all_projects = self.GetProjects(projects) | 
| 56 | 56 | ||
| 57 | pm = Progress('Starting %s' % nb, len(all)) | 57 | pm = Progress('Starting %s' % nb, len(all_projects)) | 
| 58 | for project in all: | 58 | for project in all_projects: | 
| 59 | pm.update() | 59 | pm.update() | 
| 60 | # If the current revision is a specific SHA1 then we can't push back | 60 | # If the current revision is a specific SHA1 then we can't push back | 
| 61 | # to it so substitute the manifest default revision instead. | 61 | # to it so substitute the manifest default revision instead. | 
