adding a single comma at the end of the options list confuse the module
it start to duplicate line, because this create a empty option in the list, and so the module add a new line along the previous one. See >>> ' a,b, '.strip().split(',') ['a', 'b', '']
Showing
Please
register
or
sign in
to comment