Skip to content

Commit

Permalink
Fix bug in YML config retrieval
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Sep 7, 2017
1 parent 5824fb7 commit 144d8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcci/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def read_file(self, file):
self.githubapitoken = cfg['main']['github-api-token']

def get_tool_repository(self, filter = None):
return ToolRepository(self.githubapitoken, self.volumes['/tools'], filter)
return ToolRepository(self.githubapitoken, self.volumes['tools'], filter)

0 comments on commit 144d8f4

Please sign in to comment.