Skip to content

Commit

Permalink
All unit tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyjliu committed Nov 19, 2019
1 parent abd3488 commit 06bc93a
Show file tree
Hide file tree
Showing 5 changed files with 235 additions and 194 deletions.
2 changes: 1 addition & 1 deletion conda/_vendor/auxlib/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,5 +314,5 @@ def __init__(self, envvar, sourcemap):
def load(self):
mapped_source = self._sourcemap[self.parent_config[self._envvar]]
mapped_source.parent_config = self.parent_config
params = mapped_source.load(,
params = mapped_source.load()
return params
Loading

0 comments on commit 06bc93a

Please sign in to comment.