-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Isolate parameter transforms to ToolDataSink class
We streamline parameter passing and front-load parameter object creation. We also remove the use of the `bash`-like uppercase variable, `PROG`, replacing it with the Path object `name`, and/or, renaming the variable to `logger_name`. We also rename the ToolGroup `group` field name to `name`, and use that instead of a variable, along with changing `group` variable names to `tool_group` to help with code readability. Co-authored-by: Webb Scales <[email protected]>
- Loading branch information
Showing
11 changed files
with
226 additions
and
199 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
Oops, something went wrong.