You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The line context['categories'] = categories assumes that the pre-processor will run for only one node. It should check if there are categories defined in the context already and merge if needed.
The text was updated successfully, but these errors were encountered:
The line
context['categories'] = categories
assumes that the pre-processor will run for only one node. It should check if there are categories defined in the context already and merge if needed.The text was updated successfully, but these errors were encountered: