Commit b61793c
committed
Fix TypeError in CustomInitCommandSet.do_show_arg* methods
Remove the extra '_cmd' argument from 'do_show_arg1' and 'do_show_arg2'
in 'examples/modular_commands/commandset_custominit.py'. This fixes a
TypeError where the commands expected 3 arguments but were called with 2
during execution.1 parent e4fdece commit b61793c
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
| 18 | + | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
0 commit comments