Skip to content

Commit

Permalink
Merge pull request #42 from stkw0/master
Browse files Browse the repository at this point in the history
fix example
  • Loading branch information
sampsyo committed Oct 24, 2018
2 parents 38669cc + 98b0573 commit 740ac38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main():
help='print debugging messages')

args = parser.parse_args()
config.set_args(args)
config.set_args(args, dots=True)

print('configuration directory is', config.config_dir())

Expand Down

0 comments on commit 740ac38

Please sign in to comment.