-
-
Notifications
You must be signed in to change notification settings - Fork 671
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: type conversion for parameters with multiple values
1. Tuple parameters: previously, Path and Enum arguments inside a tuple were included as strings rather than being converted to their respective types. 2. List parameters: previously, only lists with Path and Enum main types were properly converted to a list while all other types of lists were sent into the function as a tuple.
- Loading branch information
1 parent
73ddcaa
commit c14ef6e
Showing
2 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters