Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Jul 22, 2013
1 parent 4846e2d commit 073ce87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kuyruk/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def add_config_options(parser):
def create_config(args):
"""Creates Config object and overrides it's values from args."""
config = Config()

if args.config:
# Load config file from command line option
config.from_pyfile(args.config)
Expand Down

0 comments on commit 073ce87

Please sign in to comment.