nargs=N with N integer implies that the variable is a list.
As conv.converter.convert takes a string as an input, we need to subscript the list to its first item.
Please register or sign in to comment
As conv.converter.convert takes a string as an input, we need to subscript the list to its first item.