Skip to content

fix: Misleading load order of kwargs vs. args - #289

Open
kstine93 wants to merge 2 commits into
laurentS:masterfrom
kstine93:master
Open

fix: Misleading load order of kwargs vs. args#289
kstine93 wants to merge 2 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

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.

1 participant