1
0
forked from VimPlug/jedi
This commit is contained in:
David Halter
2013-02-23 01:16:02 +04:30
parent 4d7aad4ce8
commit 6ab10b6fa1
2 changed files with 15 additions and 10 deletions

View File

@@ -589,7 +589,7 @@ class Execution(Executable):
# No value: return the default values.
ignore_creation = True
result.append(param.get_name())
param.is_generated=True
param.is_generated = True
else:
# If there is no assignment detail, that means there is
# no assignment, just the result. Therefore nothing has