Skip to content

Commit

Permalink
re-add commas in dict literal, add self to AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmnetp committed May 12, 2015
1 parent f8cf72d commit 9584470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nikola/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@ def load_tasks(self, cmd, opt_values, pos_args):
if self.quiet:
DOIT_CONFIG = {
'verbosity': 0,
'reporter': 'zero'
'reporter': 'zero',
}
else:
DOIT_CONFIG = {
'reporter': ExecutedOnlyReporter,
'outfile': sys.stderr
'outfile': sys.stderr,
}
DOIT_CONFIG['default_tasks'] = ['render_site', 'post_render']
DOIT_CONFIG.update(self.nikola._doit_config)
Expand Down

0 comments on commit 9584470

Please sign in to comment.