Skip to content

Bug/py compatibility#5644

Open
AvinashYerra wants to merge 3 commits intoTobikoData:mainfrom
AvinashYerra:bug/py-compatibility
Open

Bug/py compatibility#5644
AvinashYerra wants to merge 3 commits intoTobikoData:mainfrom
AvinashYerra:bug/py-compatibility

Conversation

@AvinashYerra
Copy link

This PR fixes the issue #5639

  • Added 'parse_expand() converter function to parse the --expand argument
  • Updated @argument("--expand", type=parse_expand, ...) to use the converter function
  • The converter handles:
    • "true" → True (boolean)
    • "false"→ False (boolean)
    • Comma-separated values → List[str]

@CLAassistant
Copy link

CLAassistant commented Jan 4, 2026

CLA assistant check
All committers have signed the CLA.

@argument
Copy link

argument commented Jan 19, 2026 via email

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.

3 participants