Skip to content

Commit

Permalink
Merge pull request #1 from librecores/yml-bug
Browse files Browse the repository at this point in the history
Fix bug in YML config retrieval
  • Loading branch information
wallento committed Sep 9, 2017
2 parents 5824fb7 + 144d8f4 commit 78fdd6a
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 78fdd6a

Please sign in to comment.