Actions
Bug #17180
closedParameters of type list can not include values containing commas
Status:
Closed
Priority:
Normal
Assignee:
Category:
Hammer core
Target version:
Difficulty:
easy
Triaged:
Pull request:
Team Backlog:
Description
It is not possible to pass list of values containing commas.
E.g. --parameter='a,b,"c,d"' gets parsed as ['a', 'b', '\"c', 'd\"'] which is not expected
Updated by Martin Bacovsky over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 3a3c30c1b69baded68c1f6f52972352fb3e8bd81.
Actions