skip not existing repository

This commit is contained in:
Alexandre Dulaunoy 2012-05-26 14:35:47 +02:00
parent 75a9c91af5
commit deeb3ac156

View file

@ -68,6 +68,8 @@ if options.total:
projecttime = {}
for repo in args:
if not os.path.exists(repo):
continue
val = gitlog(location = repo)
if options.debug:
print val