Skip to content

Commit

Permalink
Merge pull request #9 from ska-sa/issue-tigger-99
Browse files Browse the repository at this point in the history
  • Loading branch information
o-smirnov authored Jun 10, 2019
2 parents 92058e0 + 9600380 commit 14259da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kittens/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def has_option(self, section, option):
self.usercp.has_option(section, option)

def get(self, section, option, default=None):
return self._get('get', option, default, section)
return self._get('get', section, option, default)


class SectionParser(object):
Expand Down

0 comments on commit 14259da

Please sign in to comment.