-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always attach all registered outputs in
Parser.parse_from_node
(#2960)
This was not done when an exit code was returned by `Parser.parse` but the actually parser could have attached outputs before returning this. By failing to attach these outputs on the `CalcFunctionNode` that represents the re-parsing, the caller would receive an empty dictionary as a result.
- Loading branch information
Showing
2 changed files
with
50 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters