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

Fix offline command #99

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Fix offline command #99

wants to merge 1 commit into from

Conversation

nitrosx
Copy link
Contributor

@nitrosx nitrosx commented Dec 12, 2024

Offline command is used to build the full command passed to subprocess.POpen.
This function accept a list as the command.
In some cases the offline ingestor provided in configuration can be composed of two or more parts which needs to be combined with option added dynamically.
This change allows to specify in configuration an array as command for offline ingestor and combine it with the rest of the options

@nitrosx nitrosx added bug Something isn't working enhancement New feature or request labels Dec 12, 2024
@nitrosx nitrosx requested a review from YooSunYoung December 12, 2024 15:55
@nitrosx nitrosx changed the base branch from master to main December 12, 2024 15:55
@nitrosx
Copy link
Contributor Author

nitrosx commented Dec 12, 2024

The updates provided in this PR are currently been tested on scicat-ingestor-05 with coda and ymir.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant