Skip to content

fix: Load kwargs before indexing args - #287

Closed
kstine93 wants to merge 3 commits into
laurentS:masterfrom
kstine93:master
Closed

fix: Load kwargs before indexing args#287
kstine93 wants to merge 3 commits into
laurentS:masterfrom
kstine93:master

Conversation

@kstine93

@kstine93 kstine93 commented Aug 3, 2026

Copy link
Copy Markdown

Summary

Fix for issue #284 .

User raised an issue that args were indexed too soon - before kwargs were searched.
This was due to trying to make this operation a 1-liner, and resulted in Python attempting to parse args before checking kwargs.

User supplied this proposed fix, which looks good and appears to cause no other issues.

Checks done

  • tests pass
  • black formatter + linter pass

@kstine93 kstine93 changed the title Fix: Load kwargs before indexing args fix: Load kwargs before indexing args Aug 3, 2026
@kstine93

kstine93 commented Aug 3, 2026

Copy link
Copy Markdown
Author

Recreating PR with cleaner commit history (had to fix semantic commit errors)

@kstine93 kstine93 closed this Aug 3, 2026
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