project-stats

keep track of your projects
git clone https://git.ce9e.org/project-stats.git

commit
019e4523579ba5839e8cd9c10afcdf14d258c4a4
parent
f333028142ad5adcde486b970ef7d38d8692c666
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2015-03-22 15:49
Gardening

Diffstat

M projects.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/projects.py b/projects.py

@@ -353,7 +353,7 @@ def get_projects(projects_config):
  353   353 
  354   354             projects[key] = claims
  355   355         except Exception as e:
  356    -1             logging.error("Error while gathering stats for %s: %s" % (key, e))
   -1   356             logging.error('Error while gathering stats for %s: %s' % (key, e))
  357   357     return projects
  358   358 
  359   359