fix problem in renaming
This commit is contained in:
@ -137,7 +137,7 @@ class ComponentExecutionContext(WithStatistics):
|
|||||||
self.stats['in'] += 1
|
self.stats['in'] += 1
|
||||||
return self.input.get(timeout=1)
|
return self.input.get(timeout=1)
|
||||||
|
|
||||||
def _call(self, bag_or_arg):
|
def _call(self, bag):
|
||||||
# todo add timer
|
# todo add timer
|
||||||
if getattr(self.component, '_with_context', False):
|
if getattr(self.component, '_with_context', False):
|
||||||
return bag.apply(self.component, self)
|
return bag.apply(self.component, self)
|
||||||
|
|||||||
Reference in New Issue
Block a user