Skip to content

Commit

Permalink
Fix spelling of “debug”
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Sep 19, 2018
1 parent 9071ef1 commit e22f343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/compile/rest/__init__.py
Expand Up @@ -189,7 +189,7 @@ def set_site(self, site):
self.config_dependencies.append(plugin_info.name)
plugin_info.plugin_object.short_help = plugin_info.description

if not site.DEBUG:
if not site.debug:
self.logger.level = logbook.base.WARNING


Expand Down

0 comments on commit e22f343

Please sign in to comment.