Skip to content

This fixes the bugs mentioned in iss444:#445

Merged
mholtrop merged 1 commit intomasterfrom
iss444_bug_fixes
Feb 27, 2026
Merged

This fixes the bugs mentioned in iss444:#445
mholtrop merged 1 commit intomasterfrom
iss444_bug_fixes

Conversation

@mholtrop
Copy link
Contributor

The output log and error log files are not filled for command line jobs. This is a simple error where the opened file handle is assigned to self.out instead of self.component_out.

When running a single job, it is convenient for the script to run the first job in a jobs.json file, instead of having to make a specific job.json file without the [] brackets. Simple solution: check if the json is a list, and if so, use the first element from this list.

The ProcessMiniDst needs a few tweaks to run properly.

The output log and error log files are not filled for command line jobs.
This is a simple error where the opened file handle is assigned to self.out instead of self.component_out.

When running a single job, it is convenient for the script to run the first job in a jobs.json file, instead of having to make a specific job.json file without the [] brackets.
Simple solution: check if the json is a list, and if so, use the first element from this list.

The ProcessMiniDst needs a few tweaks to run properly.
@mholtrop mholtrop self-assigned this Feb 27, 2026
@mholtrop mholtrop merged commit 26a8d87 into master Feb 27, 2026
1 check passed
@mholtrop mholtrop deleted the iss444_bug_fixes branch February 27, 2026 18:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants