forked from VimPlug/jedi
Small cleanup: Dynamic params comparison works now with the evaluator functions.
This commit is contained in:
@@ -504,7 +504,7 @@ class Function(use_metaclass(CachedMetaClass, Wrapper)):
|
||||
debug.dbg('decorator end %s', f)
|
||||
|
||||
if isinstance(f, pr.Function):
|
||||
f = Function(self._evaluator, f, True)
|
||||
return self
|
||||
return f
|
||||
|
||||
def get_decorated_func(self):
|
||||
|
||||
Reference in New Issue
Block a user