-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ShellJob
: Add metadata.options.output_filename
to retrieve list
The `metadata.options.output_filename` is defined by the `CalcJob` base class, and so is inherited by the `ShellJob`. The `ShellParser` plugin actually correctly deals with this case, however, the `ShellJob` only partially so. It did actually redirect stdout to this custom output file, however, it did not instruct for the custom output file to be retrieved, causing the `ERROR_OUTPUT_STDOUT_MISSING` to be returned. The bug is fixed by replacing the default stdout filename in the `retrieve_temporary_list` with the custom `output_filename`.
- Loading branch information
Showing
2 changed files
with
19 additions
and
3 deletions.
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