Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove the opportunity to configure script_dir for LocalChannel #3684

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

benclifford
Copy link
Collaborator

Prior to this PR, if the argument defaulted to None, then the DFK would set a script dir based on the workflow rundir.

Post this PR, this default behaviour is the only behaviour and the user cannot specify an overriding value.

Future PRs will remove channel level script directories entirely. This is part of issues #3515 removing channels,

Changed Behaviour

This PR removes a little-used user configuration option.

Type of change

  • Code maintenance/cleanup

Prior to this PR, if the argument defaulted to None, then the DFK would
set a script dir based on the workflow rundir.

Post this PR, this default behaviour is the only behaviour and the user
cannot specify an overriding value.

Future PRs will remove channel level script directories entirely.
This is part of issues #3515 removing channels,
@benclifford benclifford force-pushed the benc-3515-no-configurable-script-dir branch from 74dc193 to b7082fd Compare November 7, 2024 16:05
@benclifford benclifford added this pull request to the merge queue Nov 7, 2024
Merged via the queue into master with commit b531ecc Nov 7, 2024
7 checks passed
@benclifford benclifford deleted the benc-3515-no-configurable-script-dir branch November 7, 2024 17:07
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