From 2ac0d937b152c34ff71bd95526c26dd0185a256d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 21 Aug 2013 12:11:46 +0200 Subject: [PATCH] list times for all projects Signed-off-by: Nico Schottelius --- lib/ctt/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ctt/report.py b/lib/ctt/report.py index ca55273..9e48e4a 100755 --- a/lib/ctt/report.py +++ b/lib/ctt/report.py @@ -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: