Skip to content

Commit

Permalink
slight readability improvement because I can't read it the other way
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 15, 2015
1 parent 45b3a70 commit 7ca989b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nikola/__main__.py
Expand Up @@ -108,8 +108,7 @@ def main(args=None):
root = get_root_dir()
if root:
os.chdir(root)
# help does not need a config file, but can use one.
needs_config_file = argname != 'help'
needs_config_file = (argname != 'help')
else:
needs_config_file = False

Expand Down

0 comments on commit 7ca989b

Please sign in to comment.