version 0.1.1. refactored. simplified action events schema.
This commit is contained in:
parent
18ceddc9b5
commit
9457b85567
6 changed files with 32 additions and 23 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue