Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add debug warning about loading all compilers
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 2, 2017
1 parent f3a00b2 commit c34d5e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -1089,6 +1089,7 @@ def init_plugins(self, commands_only=False, load_all=False):
file_extensions.update(exts)
else:
# Stop scanning for more: once we get None, we have to load all compilers anyway
utils.LOGGER.debug("Post scanner {0!r} does not implement `supported_extensions`, loading all compilers".format(post_scanner))
file_extensions = None
break
to_add = []
Expand Down

0 comments on commit c34d5e8

Please sign in to comment.