Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ralsina committed Jun 4, 2016
1 parent 10067d3 commit e06dc84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nikola/nikola.py
Expand Up @@ -932,6 +932,7 @@ def init_plugins(self, commands_only=False, load_all=False):

# Find repeated plugins and discard the less local copy
def plugin_position_in_places(plugin):
# plugin here is a tuple, the 1st element is the path to the .plugin file
for i, place in enumerate(self._plugin_places):
if plugin[0].startswith(place):
return i
Expand Down

0 comments on commit e06dc84

Please sign in to comment.