CmdDef is adding parameters multiple times #2742
Labels
bug
Something isn't working
good first issue
Good for newcomers
mod: pulse
Related to the Pulse module
Information
What is the current behavior?
cmd_def.get_parameters('u3', 0)
gives output
('P0', 'P0', 'P0', 'P1', 'P1', 'P1', 'P2', 'P2', 'P2')
Steps to reproduce the problem
What is the expected behavior?
There should be a single entry for each parameter.
Suggested solutions
The text was updated successfully, but these errors were encountered: