Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Fixed paramval2str type error for non-str lists (With version change)#92

Closed
DaGuT wants to merge 4 commits intoverybadsoldier:developfrom
DaGuT:better-patch
Closed

Fixed paramval2str type error for non-str lists (With version change)#92
DaGuT wants to merge 4 commits intoverybadsoldier:developfrom
DaGuT:better-patch

Conversation

@DaGuT
Copy link

@DaGuT DaGuT commented Apr 15, 2022

Same as #91 , but with version change and changelog


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 #88

@verybadsoldier verybadsoldier deleted the branch verybadsoldier:develop March 24, 2023 20:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants