1
0
Fork 0

Final version of the script + cache

This commit is contained in:
Luca Beltrame 2016-09-17 08:59:09 +02:00
parent c574cb2859
commit 2df2f169ad
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -10,7 +10,7 @@ import git
import sarge
logging.basicConfig(format='%(levelname)s:%(message)s',
level=logging.DEBUG)
level=logging.INFO)
class GitHashCache: