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 arguments ignored if no config file found #26

Merged
merged 2 commits into from Feb 5, 2024

Conversation

awoimbee
Copy link
Collaborator

@awoimbee awoimbee commented Feb 2, 2024

[sc-16887]
When using from_config and no config file is found, but kwargs were passed, we should not throw them away.

@awoimbee awoimbee self-assigned this Feb 2, 2024
@github-actions github-actions bot added the maintenance Package and maintenance related label Feb 2, 2024
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3651546) 79.44% compared to head (0817d59) 79.54%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   79.44%   79.54%   +0.09%     
==========================================
  Files          42       42              
  Lines        2175     2175              
==========================================
+ Hits         1728     1730       +2     
+ Misses        447      445       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@tmpbeing tmpbeing left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@awoimbee awoimbee merged commit 84fa20f into main Feb 5, 2024
32 checks passed
@awoimbee awoimbee deleted the aw/fix-arguments-ignored-if-no-config-file branch February 5, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Package and maintenance related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants