Skip to content

Commit

Permalink
Even simpler. Hat-tip to @Kwpolska.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 15, 2017
1 parent 769c639 commit a834964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/nikola.py
Expand Up @@ -927,7 +927,7 @@ def __init__(self, **config):
self.config['PAGE_INDEX'] = config['STORY_INDEX']

# Configure filters
for _, actions in self.config['FILTERS'].items():
for actions in self.config['FILTERS'].values():
for i, f in enumerate(actions):
if hasattr(f, 'configuration_variables'):
args = {}
Expand Down

0 comments on commit a834964

Please sign in to comment.