Skip to content
Snippets Groups Projects
Commit 5faea6db authored by René Heß's avatar René Heß
Browse files

Make test_python pass

parent 437da136
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,6 @@ class _RegisteredFunction(object):
def _get_content(self, key):
return self._memoize_cache[key].value
def __call__(self, *args, **kwargs):
# Modify the kwargs to include any context tags kept with the generator
for tag in self.context_tags:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment