fix(python): Fixed nested return + yield call (#190)
This commit is contained in:
@@ -272,6 +272,9 @@ return {
|
||||
|
||||
if nodes[i.Return] then
|
||||
validate_direct_returns(nodes, node)
|
||||
end
|
||||
|
||||
if nodes[i.Return] then
|
||||
validate_bare_returns(nodes)
|
||||
end
|
||||
|
||||
|
||||
@@ -309,7 +309,7 @@ end
|
||||
--- with multiple annotation conventions.
|
||||
---@tag neogen-changelog
|
||||
---@toc_entry Changes in neogen plugin
|
||||
neogen.version = "2.19.1"
|
||||
neogen.version = "2.19.2"
|
||||
--minidoc_afterlines_end
|
||||
|
||||
return neogen
|
||||
|
||||
Reference in New Issue
Block a user