version 0.1.1. refactored. simplified action events schema.

This commit is contained in:
Alan Hamlett 2013-07-07 16:28:18 -07:00
parent 18ceddc9b5
commit 9457b85567
6 changed files with 32 additions and 23 deletions

View file

@ -53,7 +53,7 @@ class Git(BaseProject):
def parseConfig(self):
sections = {}
try:
f = open(config, 'r')
f = open(self.config, 'r')
except IOError as e:
log.exception("Exception:")
else: