list times for all projects
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
parent
2de8525bab
commit
2ac0d937b1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Report(object):
|
|||
projects=ctt.listprojects.ListProjects.list_projects()
|
||||
|
||||
else:
|
||||
projects=[args.project[0]]
|
||||
projects=args.project
|
||||
|
||||
total_time = 0
|
||||
for project in projects:
|
||||
|
|
Loading…
Reference in a new issue