[BUG] ValueError
when providing ''
as value for an argument with type: integer
and multiple: true
.
#619
Labels
bug
Something isn't working
Milestone
What happened?
When creating an argument in a viash config, with property
type: integer
andmultiple: true
, it is not possible to specify an empty value. Instead, an error is thrownSteps to reproduce
config.vsh.yaml:
viash run ./config.vsh.yaml -- --this_is_a_multiple ""
Expected behavior
Using
''
as an value for an argument that ismultiple: true
should be considered an empty valueRelevant log output
Version
0.8.2
Possible solution
No response
Confirmation
Additional context
No response
The text was updated successfully, but these errors were encountered: