Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Not really needed.
  • Loading branch information
felixfontein committed Mar 12, 2017
1 parent bb0639f commit fc5f4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -1110,7 +1110,7 @@ def init_plugins(self, commands_only=False, load_all=False):
to_add.append(p)
for name, p in self.disabled_compilers.items():
utils.LOGGER.debug('Not loading unneeded compiler {}', p[-1].name)
for name, plugins in self.disabled_compiler_extensions.items():
for _, plugins in self.disabled_compiler_extensions.items():
for p in plugins:
utils.LOGGER.debug('Not loading compiler extension {}', p[-1].name)
if to_add:
Expand Down

0 comments on commit fc5f4c0

Please sign in to comment.