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

Obs adaptor: args was missing a star expansion #247

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Conversation

garciampred
Copy link
Contributor

In the test forms was passed as a positional argument but in the worker is passed as a keyword argument. This make it fais with missing argument. The test uses now a keyword argument too so it does the same the worker does.

In the test forms was passed as a positional argument but in the worker is passed as a keyword argument. This make it fais with missing argument. The test uses now a keyword argument too so it does the same the worker does.
@garciampred garciampred requested a review from EddyCMWF December 10, 2024 16:44
@EddyCMWF EddyCMWF merged commit 7ca52a2 into main Dec 11, 2024
9 checks passed
@EddyCMWF EddyCMWF deleted the fix-obs-adaptor-args branch December 11, 2024 08:12
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