Commit dcfbe10
authored
Fixed paramval2str type error for non-str lists
Hi, if you have parameter with list of something other than list (e.g. list of dicts), you'll get a error `TypeError: sequence item 0: expected str instance, <YOUR_NON_STR_TYPE_HERE> found`.
With this fix you'll convert everything to string recursively, thus preserving better text output.
Slightly better than verybadsoldier#881 parent 98a6651 commit dcfbe10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments