Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops.
  • Loading branch information
felixfontein committed May 20, 2017
1 parent 9d3a174 commit 74bc6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nikola/plugins/task/taxonomies.py
Expand Up @@ -339,7 +339,7 @@ def sort_node(node, level=0):
# Step 3: collapse the tree structure into a linear sorted list,
# with a node coming before its children.

def append_node(classifications, node, path, ()):
def append_node(classifications, node, path=()):
"""Append the node and then its children to the classifications list."""
if node[0]:
classifications.append(taxonomy.recombine_classification_from_hierarchy(path))
Expand Down

0 comments on commit 74bc6d6

Please sign in to comment.